File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,16 @@ jobs:
22
22
" 3.9" ,
23
23
" 3.10" ,
24
24
" 3.11" ,
25
+ " 3.12" ,
25
26
" pypy-3.8" ,
26
27
" pypy-3.9" ,
27
28
]
28
- include :
29
- # Only test on a single configuration while there are just pre-releases
30
- - os : ubuntu-latest
31
- experimental : true
32
- python-version : " 3.12.0-alpha - 3.12.0"
29
+ # uncomment when python 3.13.0 alpha is available
30
+ # include:
31
+ # # Only test on a single configuration while there are just pre-releases
32
+ # - os: ubuntu-latest
33
+ # experimental: true
34
+ # python-version: "3.13.0-alpha - 3.13.0"
33
35
fail-fast : false
34
36
steps :
35
37
- uses : actions/checkout@v3
95
97
- name : mypy 3.11
96
98
run : |
97
99
mypy --python-version 3.11 .
100
+ - name : mypy 3.12
101
+ run : |
102
+ mypy --python-version 3.12 .
98
103
- name : ruff
99
104
run : |
100
105
ruff check can
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ classifiers = [
26
26
" Intended Audience :: Telecommunications Industry" ,
27
27
" License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
28
28
" Natural Language :: English" ,
29
- " Natural Language :: English" ,
30
29
" Operating System :: MacOS" ,
31
30
" Operating System :: Microsoft :: Windows" ,
32
31
" Operating System :: POSIX :: Linux" ,
@@ -35,6 +34,7 @@ classifiers = [
35
34
" Programming Language :: Python :: 3.9" ,
36
35
" Programming Language :: Python :: 3.10" ,
37
36
" Programming Language :: Python :: 3.11" ,
37
+ " Programming Language :: Python :: 3.12" ,
38
38
" Programming Language :: Python :: Implementation :: CPython" ,
39
39
" Programming Language :: Python :: Implementation :: PyPy" ,
40
40
" Topic :: System :: Hardware :: Hardware Drivers" ,
You can’t perform that action at this time.
0 commit comments