Skip to content

Commit

Permalink
Add Python 3.13 support (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mib1185 authored Nov 22, 2024
1 parent f7d378f commit 9dcba4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Check out the repository
uses: actions/[email protected]

- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/[email protected]
with:
python-version: "3.12"
python-version: "3.13"

- name: Install dependencies
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Check out the repository
Expand Down Expand Up @@ -74,10 +74,10 @@ jobs:
- name: Check out the repository
uses: actions/[email protected]

- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/[email protected]
with:
python-version: "3.12"
python-version: "3.13"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 9dcba4b

Please sign in to comment.