Skip to content

Commit 1019bfb

Browse files
authored
Merge pull request #604 from tonybaloney/flag_312
Mark package as supporting Python 3.12
2 parents ccfb2c8 + 0b014e2 commit 1019bfb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest # It switched to 22.04 shortly after 2022-Nov-8
2727
strategy:
2828
matrix:
29-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
29+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
3030

3131
steps:
3232
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers =
3131
Programming Language :: Python :: 3.9
3232
Programming Language :: Python :: 3.10
3333
Programming Language :: Python :: 3.11
34+
Programming Language :: Python :: 3.12
3435
License :: OSI Approved :: MIT License
3536
Operating System :: OS Independent
3637

0 commit comments

Comments
 (0)