Skip to content

Commit

Permalink
initial support for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwald committed Jan 20, 2025
1 parent 6220233 commit 8deff7d
Show file tree
Hide file tree
Showing 5 changed files with 1,432 additions and 1,598 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ["3.12"]
python: ["3.12", "3.13"]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ["3.12"]
python: ["3.12", "3.13"]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ pydantic = ">=2.0.0,<3.0.0"


[requires]
python_version = "3.8"
python_version = ">=3.8"
Loading

0 comments on commit 8deff7d

Please sign in to comment.