Skip to content

Commit 312c46d

Browse files
committed
Python 3.10 support, trove, and ci
1 parent d126865 commit 312c46d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ commands:
6262
- run:
6363
name: build sdist and wheels
6464
command: |
65+
# https://github.com/python-poetry/poetry/issues/4210
66+
poetry config experimental.new-installer false
6567
poetry build
6668
6769
- run:
@@ -121,6 +123,7 @@ python-versions: &python-versions
121123
- "3.7.9"
122124
- "3.8.9"
123125
- "3.9.4"
126+
- "3.10.0"
124127
- "latest"
125128

126129
workflows:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers=[
1414
'Programming Language :: Python :: 3.7',
1515
'Programming Language :: Python :: 3.8',
1616
'Programming Language :: Python :: 3.9',
17+
'Programming Language :: Python :: 3.10',
1718
'License :: OSI Approved :: BSD License',
1819
'Development Status :: 5 - Production/Stable'
1920
]

0 commit comments

Comments
 (0)