Skip to content

Commit

Permalink
ci: update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzumSum committed Nov 2, 2024
1 parent 20c0c17 commit 93490ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
# cache: poetry

- name: Build dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: poetry

- name: Install Library and Build HTML
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.8"]
python-version: ["3.13", "3.9"]
steps:
- uses: actions/checkout@v4
- name: Install Poetry
Expand Down

0 comments on commit 93490ba

Please sign in to comment.