Skip to content

Commit ecb4b62

Browse files
committed
ci: up python version, drop support py3.6
1 parent 59846f2 commit ecb4b62

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ ubuntu-20.04 ]
13-
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
13+
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11" ]
1414
toxenv: [ "" ]
1515
experimental: [ false ]
1616
chrome: [ "stable" ]
@@ -39,7 +39,7 @@ jobs:
3939
python-version: "3.9"
4040
os: windows-latest
4141
- experimental: true
42-
python-version: "3.11.0-alpha - 3.11"
42+
python-version: "3.12.0-alpha - 3.12"
4343
os: ubuntu-20.04
4444
- experimental: true
4545
python-version: "pypy-3.7"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ def read(fname):
7272
"Programming Language :: Python :: 3.9",
7373
"Programming Language :: Python :: 3.10",
7474
"Programming Language :: Python :: 3.11",
75+
"Programming Language :: Python :: 3.12",
7576
],
7677
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
minversion = 2.3
33
skip_missing_interpreters = true
44
envlist =
5-
py3{6,7,8,9,10,11}-{linux,windows}
5+
py3{6,7,8,9,10,11,12}-{linux,windows}
66

77
[testenv]
88
# environment will be skipped if regular expression does not match against the sys.platform string

0 commit comments

Comments
 (0)