Skip to content

Commit 9e58ce9

Browse files
authored
Python 3.10 support, trove, and ci (#81)
Python 3.10 support, trove, and ci
1 parent c4bd0e3 commit 9e58ce9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ commands:
6060
- run:
6161
name: install dependencies
6262
command: |
63+
# https://github.com/python-poetry/poetry/issues/4210
64+
poetry config experimental.new-installer false
6365
poetry install
6466
6567
- run:
@@ -120,6 +122,7 @@ python-versions: &python-versions
120122
python_version:
121123
- "3.8.9"
122124
- "3.9.4"
125+
- "3.10.0"
123126
- "latest"
124127

125128
workflows:

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ classifiers = [
1212
'Intended Audience :: Developers',
1313
'Programming Language :: Python :: 3.8',
1414
'Programming Language :: Python :: 3.9',
15+
'Programming Language :: Python :: 3.10',
1516
'License :: OSI Approved :: BSD License',
1617
'Development Status :: 5 - Production/Stable'
1718

0 commit comments

Comments
 (0)