Skip to content

Commit

Permalink
Remove Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Sep 14, 2024
1 parent cee0ce3 commit 7b534a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
# os: [macOS-latest, windows-latest, ubuntu-latest]
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.11: py311, rst_linux, rst_mac, readme, rst, linters, coverage-report, qa
3.12: py312

[tox]
envlist = py38, py39, py310, py311, py312, rst_linux, rst_mac, readme, rst, linters, coverage-report, qa
envlist = py39, py310, py311, py312, rst_linux, rst_mac, readme, rst, linters, coverage-report, qa

[testenv]
deps =
Expand Down Expand Up @@ -64,6 +63,7 @@ commands = {[testenv:rst_linux]commands}
[testenv:linters]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_dev.txt
pytest
flake8>=4.0.1
flake8-docstrings>=1.6.0
Expand Down

0 comments on commit 7b534a5

Please sign in to comment.