Skip to content

Commit

Permalink
drop support for python 3.8 (#203)
Browse files Browse the repository at this point in the history
* build(deps): drop py38 support

* ci: update python versions

---------

Co-authored-by: JamzumSum <zzzzss990315@gmail.com>
  • Loading branch information
github-actions[bot] and JamzumSum authored Nov 2, 2024
1 parent f5d5d6c commit 386274f
Show file tree
Hide file tree
Showing 5 changed files with 1,209 additions and 1,034 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
Loading

0 comments on commit 386274f

Please sign in to comment.