Skip to content

Commit

Permalink
attempting to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jul 21, 2024
1 parent c562f09 commit 5c99151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]

steps:
- uses: actions/checkout@v1
Expand Down
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ envlist =
skip_missing_interpreters = True
usedevelop = True

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
deps =
setuptools
Expand Down

0 comments on commit 5c99151

Please sign in to comment.