Skip to content

Commit

Permalink
Add CI for python3.12 and 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Nov 21, 2024
1 parent 63a24fe commit cccb496
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
- os: ubuntu-20.04
python-version: "3.6"
- os: ubuntu-latest
- os: ubuntu-20.04
python-version: "3.7"
- os: ubuntu-latest
python-version: "3.8"
Expand All @@ -26,6 +26,10 @@ jobs:
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
- os: ubuntu-latest
python-version: "3.13"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cccb496

Please sign in to comment.