Skip to content

Commit 7c99131

Browse files
committed
flag and test 3.12 support
1 parent e2ff1db commit 7c99131

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 5
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
12+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v1

azure-devops/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'Programming Language :: Python :: 3.9',
3131
'Programming Language :: Python :: 3.10',
3232
'Programming Language :: Python :: 3.11',
33+
'Programming Language :: Python :: 3.12',
3334
'License :: OSI Approved :: MIT License',
3435
]
3536

0 commit comments

Comments
 (0)