Skip to content

Commit

Permalink
build: add Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed Oct 10, 2024
1 parent 0b14d40 commit 7fbbb7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
fail-fast: false
# https://blog.jaraco.com/efficient-use-of-ci-resources/
matrix:
python: ["3.9", "3.12"]
python: ["3.9", "3.13"]
platform: ["ubuntu", "macos", "windows"]
include:
- python: "3.10"
platform: "ubuntu"
- python: "3.11"
platform: "ubuntu"
- python: "3.12"
platform: "ubuntu"
- python: "pypy3.10"
platform: "ubuntu"
steps:
Expand Down

0 comments on commit 7fbbb7d

Please sign in to comment.