Skip to content

Commit

Permalink
try full version again
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYoblick committed Sep 10, 2024
1 parent 6485896 commit 9c3b29e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
python.version: "3.12"
py313:
python.version: "3.13.0-rc.2"
allowUnstable: "true"
allowUnstable: true

steps:

Expand Down Expand Up @@ -98,8 +98,8 @@ jobs:
py312:
python.version: "3.12"
py313:
python.version: "3.13"
allowUnstable: "true"
python.version: "3.13.0-rc.2"
allowUnstable: true

steps:

Expand Down Expand Up @@ -132,8 +132,8 @@ jobs:
py312:
python.version: "3.12"
py313:
python.version: "3.13"
allowUnstable: "true"
python.version: "3.13.0-rc.2"
allowUnstable: true

steps:

Expand Down

0 comments on commit 9c3b29e

Please sign in to comment.