From d2937658b00344cc943d657e8fe5128a75e1f9e5 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 24 Oct 2021 09:54:07 +0300 Subject: [PATCH 1/2] Python 3.10 support, trove, and ci --- .circleci/config.yml | 3 +++ pyproject.toml | 1 + 2 files changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6acfaed..e5e1416 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: @@ -120,6 +122,7 @@ python-versions: &python-versions python_version: - "3.8.9" - "3.9.4" + - "3.10.0" - "latest" workflows: diff --git a/pyproject.toml b/pyproject.toml index f19c9f8..0052f49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ classifiers = [ 'Intended Audience :: Developers', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: BSD License', 'Development Status :: 5 - Production/Stable' From b1080354eec1903c640cf550309732029b118b7f Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 24 Oct 2021 10:01:23 +0300 Subject: [PATCH 2/2] added bug comment --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5e1416..df87cf6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ commands: - run: name: install dependencies command: | - https://github.com/python-poetry/poetry/issues/4210 + # https://github.com/python-poetry/poetry/issues/4210 poetry config experimental.new-installer false poetry install