Skip to content

Commit

Permalink
Use latest available python per platform
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir committed Dec 6, 2024
1 parent 986bf90 commit 79c5469
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,16 @@ workflows:
- test-linux:
matrix:
parameters:
python-version: &python-versions ["3.9.19", "3.10.14", "3.11.9", "3.12.3", "3.13.0"]
python-version: &python-versions ["3.9.21", "3.10.16", "3.11.11", "3.12.8", "3.13.1"]
- test-macos:
matrix:
parameters:
python-version: *python-versions
- test-windows:
matrix:
parameters:
python-version: *python-versions
# note: limit to versions available via nuget
python-version: &python-versions-windows ["3.9.13", "3.10.11", "3.11.9", "3.12.8", "3.13.1"]
# - test-individual-pkgs
- test-doctest

Expand Down Expand Up @@ -268,5 +269,5 @@ workflows:
- test-windows:
matrix:
parameters:
python-version: *python-versions
python-version: *python-versions-windows
- test-doctest

0 comments on commit 79c5469

Please sign in to comment.