Skip to content

Commit

Permalink
Support Python 3.12 (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp authored Feb 6, 2024
1 parent fef44ec commit 312a22c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
Python-3.8-ubuntu:
python.version: '3.8'
imageName: 'ubuntu-latest'
Python-3.11-ubuntu:
python.version: '3.11'
Python-3.12-ubuntu:
python.version: '3.12'
imageName: 'ubuntu-latest'
Python-3.11-mac:
python.version: '3.11'
Python-3.12-mac:
python.version: '3.12'
imageName: 'macOS-latest'
Python-3.11-windows:
python.version: '3.11'
Python-3.12-windows:
python.version: '3.12'
imageName: 'windows-latest'
maxParallel: 10
pool:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def run(self):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython"
]
)
Expand Down

0 comments on commit 312a22c

Please sign in to comment.