Skip to content

Commit

Permalink
build: add Python 3.13 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c authored Oct 10, 2024
1 parent 0b14d40 commit 08ca856
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 540 deletions.
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
Loading

0 comments on commit 08ca856

Please sign in to comment.