Skip to content

Commit 2ffdb4e

Browse files
committed
update python test version
1 parent 4496907 commit 2ffdb4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: true
2525
matrix:
26-
python-version: [3.6, 3.7, 3.8, 3.9]
26+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2727
steps:
2828
- name: Check out repository code
2929
uses: actions/checkout@v2

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist = py36, py37, py38, py39
2+
envlist = py37, py38, py39, py310
33
skip_missing_interpreters = true
44

55
[gh-actions]
66
python =
7-
3.6: py36
87
3.7: py37
98
3.8: py38
109
3.9: py39
10+
3.10: py310
1111

1212
[testenv]
1313
allowlist_externals = /usr/bin/test

0 commit comments

Comments
 (0)