Skip to content

Commit

Permalink
chore: test against python 3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Oct 9, 2024
1 parent 5252cc6 commit bb44293
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 bb44293

Please sign in to comment.