Skip to content

Commit

Permalink
Remove testing for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Jun 10, 2024
1 parent 7cc2886 commit b5877a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
os:
- Ubuntu
py:
- "3.10"
- "3.11"
- "3.12"
steps:
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[tox]
isolated_build = true
envlist = py310,py311,py312
envlist = py311,py312

[gh]
python =
3.10 = py310
3.11 = py311,black,bandit,coverage
3.12 = py312

Expand Down

0 comments on commit b5877a5

Please sign in to comment.