Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -120,6 +122,7 @@ python-versions: &python-versions
python_version:
- "3.8.9"
- "3.9.4"
- "3.10.0"
- "latest"

workflows:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down