Skip to content

Commit

Permalink
Run tests on Python 3.13.0rc1 (#163)
Browse files Browse the repository at this point in the history
Update tests to run on Python 3.13.0rc1 (and 3.13.0rc1t), which has now been released.
  • Loading branch information
Mr0grog committed Aug 4, 2024
1 parent c9dc4cd commit 47a436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ workflows:
matrix:
parameters:
base-image: ["mr0grog/circle-python-pre"]
python-version: ["3.13.0b2"]
python-version: ["3.13.0rc1", "3.13.0rc1t"]
urllib3-version: ["1.20", "2.0"]
- lint
- docs

0 comments on commit 47a436c

Please sign in to comment.