Skip to content

Commit

Permalink
Test Python 3.13 on Azure Pipelines (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 15, 2024
2 parents 68579e5 + 53d19c8 commit 415b184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/jobs/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:

strategy:
matrix:
Python312:
python.version: "3.12"
Python313:
python.version: "3.13"

steps:
- task: [email protected]
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/jobs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
python.version: "3.11"
Python312:
python.version: "3.12"
Python313:
python.version: "3.13"

steps:
- task: [email protected]
Expand Down

0 comments on commit 415b184

Please sign in to comment.