Skip to content

Commit

Permalink
Add linux 3.13, windows 3.12.7 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Nov 17, 2024
1 parent 9d2e1a7 commit 6cf4122
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,12 @@ workflows:
- build_install_test_windows:
matrix:
parameters:
#python-version: ["3.8.10", "3.9.13", "3.10.5"]
python-version: [ "3.8.10" ]
python-version: [ "3.8.10", "3.12.7" ]
<<: *everything-filter # required since `deploy` has tag filters AND requires `build`
- build_install_test:
matrix:
parameters:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
<<: *everything-filter # required since `deploy` has tag filters AND requires `build`
- poetry_publish:
requires:
Expand Down

0 comments on commit 6cf4122

Please sign in to comment.