Skip to content

Commit 2987875

Browse files
committed
Add Python 3.12 to tox matrix
1 parent b34c8d9 commit 2987875

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
@@ -70,6 +70,7 @@ def find_version(*file_paths):
7070
"Programming Language :: Python :: 3.9",
7171
"Programming Language :: Python :: 3.10",
7272
"Programming Language :: Python :: 3.11",
73+
"Programming Language :: Python :: 3.12",
7374
"Programming Language :: Python :: Implementation :: PyPy",
7475
],
7576
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
envlist =
8-
py{38,39,310,311,py3}, doc
8+
py{38,39,310,311,312,py3}, doc
99
skip_missing_interpreters =
1010
True
1111

0 commit comments

Comments
 (0)