Skip to content

Commit

Permalink
Merge pull request #231 from kitsuyui/bump-python-3.13
Browse files Browse the repository at this point in the history
Bump Python 3.13
  • Loading branch information
kitsuyui authored Oct 15, 2024
2 parents 9bc84c9 + 8c3ee43 commit 32f0c16
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Set up poetry
uses: abatilo/actions-poetry@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: poetry run poe coverage-xml

- name: Upload coverage report to Codecov
if: matrix.python == '3.12'
if: matrix.python == '3.13'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading

0 comments on commit 32f0c16

Please sign in to comment.