File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
14
14
python : 3.8
15
15
16
16
# Latest Python & Pytest
17
- - toxenv : py311 -pytest_latest-supported-xdist
18
- python : 3.11
17
+ - toxenv : py312 -pytest_latest-supported-xdist
18
+ python : 3.12
19
19
20
20
# QA
21
21
- toxenv : qa
22
22
python : 3.8
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python }}
29
29
cache : ' pip'
@@ -48,10 +48,10 @@ jobs:
48
48
if : github.ref=='refs/heads/main' && github.event_name!='pull_request'
49
49
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
53
53
- name : Setup Python
54
- uses : actions/setup-python@v4
54
+ uses : actions/setup-python@v5
55
55
with :
56
56
python-version : " 3.9"
57
57
Original file line number Diff line number Diff line change 1
- [bdist_wheel]
2
- universal = 1
3
-
4
1
[flake8]
5
2
max-line-length = 88
6
3
extend-ignore = E203
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ def get_version(filename):
65
65
"Programming Language :: Python :: 3.9" ,
66
66
"Programming Language :: Python :: 3.10" ,
67
67
"Programming Language :: Python :: 3.11" ,
68
+ "Programming Language :: Python :: 3.12" ,
68
69
"Programming Language :: Python :: Implementation :: PyPy" ,
69
70
],
70
71
)
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
minversion = 3.14.0
3
- envlist = py{38,311 ,py}-pytest_latest-supported-xdist
3
+ envlist = py{38,312 ,py}-pytest_latest-supported-xdist
4
4
qa
5
5
requires = virtualenv>=20.0.31
6
6
You can’t perform that action at this time.
0 commit comments