Skip to content

Commit

Permalink
Added Python 3.13 Support (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Oct 19, 2024
1 parent 18e18a3 commit e7b083e
Show file tree
Hide file tree
Showing 6 changed files with 547 additions and 403 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
run: |
sudo apt update
- name: Set up Python 3.12
uses: actions/setup-python@v5
- name: Set up Python 3.13
uses: useblacksmith/setup-python@v6
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: '**/setup.py'

- name: Install Poetry
uses: snok/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
python-version: ["3.13"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
python-version: ["3.13"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down
Loading

0 comments on commit e7b083e

Please sign in to comment.