Skip to content

Commit

Permalink
chore: remove end-of-life python version 3.8 (#449)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update test.yml

* specify python versions

* Update poetry.lock
  • Loading branch information
CFenner authored Nov 11, 2024
1 parent d29a706 commit 12e48dd
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
Expand Down
Loading

0 comments on commit 12e48dd

Please sign in to comment.