File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- python-version : [3.9, "3.10", 3.11 ]
11
+ python-version : [3.9, 3.12 ]
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
- name : Install dependencies
Original file line number Diff line number Diff line change 29
29
'Programming Language :: Python :: 3.9' ,
30
30
'Programming Language :: Python :: 3.10' ,
31
31
'Programming Language :: Python :: 3.11' ,
32
+ 'Programming Language :: Python :: 3.12' ,
32
33
'Programming Language :: Python :: Implementation' ,
33
34
'Programming Language :: Python :: Implementation :: CPython' ,
34
35
'Programming Language :: Python :: 3 :: Only' ,
You can’t perform that action at this time.
0 commit comments