Skip to content

Commit e9fa2e2

Browse files
authored
Add 3.12 classifier and tox configuration (#6503)
1 parent 678fca8 commit e9fa2e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎setup.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def run_tests(self):
112112
"Programming Language :: Python :: 3.9",
113113
"Programming Language :: Python :: 3.10",
114114
"Programming Language :: Python :: 3.11",
115+
"Programming Language :: Python :: 3.12",
115116
"Programming Language :: Python :: 3 :: Only",
116117
"Programming Language :: Python :: Implementation :: CPython",
117118
"Programming Language :: Python :: Implementation :: PyPy",

‎tox.ini‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,38,39,310,311}-{default, use_chardet_on_py3}
2+
envlist = py{37,38,39,310,311,312}-{default, use_chardet_on_py3}
33

44
[testenv]
55
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)