Skip to content

Commit

Permalink
Test with Python 3.13 (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp authored Jan 13, 2025
1 parent bafb629 commit 1590225
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.12-ubuntu:
python.version: '3.12'
Python-3.13-ubuntu:
python.version: '3.13'
imageName: 'ubuntu-latest'
Python-3.12-mac:
python.version: '3.12'
Python-3.13-mac:
python.version: '3.13'
imageName: 'macOS-latest'
Python-3.12-windows:
python.version: '3.12'
Python-3.13-windows:
python.version: '3.13'
imageName: 'windows-latest'
maxParallel: 10
pool:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython"
]
keywords = [
Expand Down

0 comments on commit 1590225

Please sign in to comment.