diff --git a/.circleci/config.yml b/.circleci/config.yml index 37a01ad..27836f0 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,6 +121,7 @@ python-versions: &python-versions - "3.7.9" - "3.8.9" - "3.9.4" + - "3.10.0" - "latest" workflows: 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'