Skip to content

Commit

Permalink
Remove EOL Python 3.8 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Regen <regen100@users.noreply.github.com>
  • Loading branch information
offa and regen100 authored Oct 13, 2024
1 parent 3760f15 commit 806d44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-22.04, windows-2022]
steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[tox]
env_list = py{38,39,310,311,312,313}
env_list = py{39,310,311,312,313}
isolated_build = True
passenv = *
setenv =
PDM_IGNORE_SAVED_PYTHON="1"

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
Expand Down

0 comments on commit 806d44f

Please sign in to comment.