File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
uses : coactions/dynamic-matrix@v1
27
27
with :
28
28
min_python : " 3.7"
29
- max_python : " 3.11 "
29
+ max_python : " 3.12 "
30
30
default_python : " 3.11" # used by jobs in other_names
31
31
other_names : |
32
32
lint
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ classifiers = [
31
31
' Programming Language :: Python :: 3.9' ,
32
32
' Programming Language :: Python :: 3.10' ,
33
33
' Programming Language :: Python :: 3.11' ,
34
+ ' Programming Language :: Python :: 3.12' ,
34
35
' Programming Language :: Python :: Implementation :: CPython' ,
35
36
' Programming Language :: Python :: Implementation :: PyPy' ,
36
37
]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pre-commit==3.2.2
21
21
pyproject-api == 1.5.1
22
22
pytest == 7.3.1
23
23
pytest-xdist == 3.2.1
24
- pyyaml == 6.0
24
+ pyyaml == 6.0.1
25
25
tox == 4.5.1
26
26
virtualenv == 20.23.0
27
27
You can’t perform that action at this time.
0 commit comments