Skip to content

Commit

Permalink
chore: add python3.13 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy committed Nov 1, 2024
1 parent d3fe202 commit c6eeab6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ workflows:
version: "3.12"
pkg-manager: pip
pip-dependency-file: requirements.txt
- python/test:
name: pytest-python3.13
version: "3.13"
pkg-manager: pip
pip-dependency-file: requirements.txt
- publish:
filters:
branches:
Expand Down

0 comments on commit c6eeab6

Please sign in to comment.