Skip to content

Commit b057554

Browse files
committed
adding python 3.12 to the mix
1 parent e1fc464 commit b057554

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
15+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1616
architecture: ["x64"]
1717
include:
1818
- python-version: "3.10"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def get_reqs(filename):
5757
"Programming Language :: Python :: 3.9",
5858
"Programming Language :: Python :: 3.10",
5959
"Programming Language :: Python :: 3.11",
60+
"Programming Language :: Python :: 3.12",
6061
"Programming Language :: Python :: Implementation :: PyPy",
6162
"Development Status :: 5 - Production/Stable",
6263
"License :: OSI Approved :: MIT License"

0 commit comments

Comments
 (0)