Skip to content

Commit e7c683c

Browse files
committed
Add python 3.10 and 3.11 to the pypi classifiers
1 parent 03f147f commit e7c683c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ classifiers = [
1616
'Programming Language :: Python :: 3.6',
1717
'Programming Language :: Python :: 3.7',
1818
'Programming Language :: Python :: 3.8',
19-
'Programming Language :: Python :: 3.9'
19+
'Programming Language :: Python :: 3.9',
20+
'Programming Language :: Python :: 3.10',
21+
'Programming Language :: Python :: 3.11'
2022
]
2123

2224
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)