Skip to content

Commit

Permalink
Enable python 3.13 testing in circleci (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa authored Oct 18, 2024
1 parent f44960e commit 0c7839b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
root: .
paths:
- ./coverage_*.xml
# test-py313:
# <<: *test-py38
# docker:
# - image: cimg/python:3.13
test-py313:
<<: *test-py38
docker:
- image: cimg/python:3.13
test-py312:
<<: *test-py38
docker:
Expand Down Expand Up @@ -152,8 +152,8 @@ workflows:
only: /^v\d+\.\d+\.\d+.*$/
- test-py38:
<<: *buildreq
# - test-py313:
# <<: *buildreq
- test-py313:
<<: *buildreq
- test-py312:
<<: *buildreq
- test-py311:
Expand All @@ -166,7 +166,7 @@ workflows:
<<: *buildreq
- codecov:
requires:
# - test-py313
- test-py313
- test-py312
- test-py311
- test-py310
Expand Down

0 comments on commit 0c7839b

Please sign in to comment.