Skip to content

Commit ba0701f

Browse files
authored
packaging: add Python 3.12 as supported version (#214)
2 parents 9bf011a + e4350da commit ba0701f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10", "3.11"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2525

2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"Programming Language :: Python :: 3.9",
8585
"Programming Language :: Python :: 3.10",
8686
"Programming Language :: Python :: 3.11",
87+
"Programming Language :: Python :: 3.12",
8788
"Programming Language :: Python :: Implementation :: CPython",
8889
"Development Status :: 5 - Production/Stable",
8990
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)