Skip to content

Commit

Permalink
Update supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Oct 12, 2023
1 parent dbc5cd7 commit b674a1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

golang_version: [1.19.3]
java_version: ['15', '16', '17', '18', '19']
python_version: ['3.8', '3.9', '3.10', '3.11']
python_version: ['3.10', '3.11', '3.12']
rust_version: [stable]

env:
Expand Down
8 changes: 2 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
[tox]
# These should match the travis env list
envlist = py{36,37,38,39},pre-commit
envlist = py{310,311,312},pre-commit

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

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit b674a1f

Please sign in to comment.