We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f147f commit e7c683cCopy full SHA for e7c683c
pyproject.toml
@@ -16,7 +16,9 @@ classifiers = [
16
'Programming Language :: Python :: 3.6',
17
'Programming Language :: Python :: 3.7',
18
'Programming Language :: Python :: 3.8',
19
- 'Programming Language :: Python :: 3.9'
+ 'Programming Language :: Python :: 3.9',
20
+ 'Programming Language :: Python :: 3.10',
21
+ 'Programming Language :: Python :: 3.11'
22
]
23
24
[tool.poetry.dependencies]
0 commit comments