Skip to content

Commit

Permalink
Add python 3.11, 3.12 to test matrix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Jan 21, 2024
1 parent a88f5bc commit c84f03d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ workflows:
- build_install_test:
matrix:
parameters:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
# Python 3.12: poetry 1.1.15 fails with `ModuleNotFoundError: No module named 'six.moves'`
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
<<: *everything-filter # required since `deploy` has tag filters AND requires `build`
- poetry_publish:
requires:
Expand Down

0 comments on commit c84f03d

Please sign in to comment.