Skip to content

Commit

Permalink
run CI on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Oct 25, 2024
1 parent d5f86b8 commit 98cadef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# Bookend python versions
python-version: ["3.10", "3.12"]
python-version: ["3.10", "3.12", "3.13"]
env: [""]
include:
# Minimum python version:
Expand Down

0 comments on commit 98cadef

Please sign in to comment.