From f931baf332bf8529d0204e2c91c0b66f84238ad9 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 24 Oct 2021 09:45:43 +0300 Subject: [PATCH 1/2] Python 3.10 support and trove --- .circleci/config.yml | 4 +++- pyproject.toml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37a01ad..4007950 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,6 +60,8 @@ commands: - run: name: install dependencies command: | + # https://github.com/python-poetry/poetry/issues/4210 + poetry config experimental.new-installer false poetry install - run: @@ -119,7 +121,7 @@ python-versions: &python-versions - "3.7.9" - "3.8.9" - "3.9.4" - - "latest" + - "3.10.0" workflows: commit: diff --git a/pyproject.toml b/pyproject.toml index d36bec3..7304eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Development Status :: 5 - Production/Stable' From 050e01d0da2ef59b043ac1300537ce08dec2d618 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 24 Oct 2021 09:54:09 +0300 Subject: [PATCH 2/2] Python 3.10 support, trove, and ci --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4007950..27836f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,6 +122,7 @@ python-versions: &python-versions - "3.8.9" - "3.9.4" - "3.10.0" + - "latest" workflows: commit: