Add 3.12 classifier and tox configuration (#6503)

This commit is contained in:
Nate Prewitt
2023-08-13 12:56:18 -07:00
committed by GitHub
parent 678fca8423
commit e9fa2e2da3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -112,6 +112,7 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311}-{default, use_chardet_on_py3}
envlist = py{37,38,39,310,311,312}-{default, use_chardet_on_py3}
[testenv]
deps = -rrequirements-dev.txt