Skip to content

Commit

Permalink
Merge pull request #351 from corenting/update_3.13_release
Browse files Browse the repository at this point in the history
chore: test against python 3.13 release
  • Loading branch information
corenting authored Oct 9, 2024
2 parents 5252cc6 + bb44293 commit 3bf3ba3
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 177 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version:
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1", "pypy3.9", "pypy3.10"]
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: "poetry"
- name: Setup environment
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
cache: "poetry"
- name: Setup environment
run: poetry install
Expand Down
Loading

0 comments on commit 3bf3ba3

Please sign in to comment.