Skip to content

Commit

Permalink
remove python 3.8, add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Nov 11, 2024
1 parent 6231df4 commit 4fcebaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
skipsdist = true
envlist = py38, py39, py310, py311
envlist = py39, py310, py311, py312

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

[testenv]
passenv = PYTHON_VERSION
Expand Down

0 comments on commit 4fcebaf

Please sign in to comment.