File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 57
57
- " 3.8"
58
58
# - "3.7"
59
59
- " 3.11"
60
+ - " 3.12"
60
61
61
62
# use for multiple os or ubuntu versions
62
63
# os: [ubuntu-latest, macos-latest, windows-latest]
68
69
69
70
include :
70
71
# example: if 3.12 fails the jobs still succeeds
71
- - python-version : 3.12
72
+ - python-version : 3.13-alpha
72
73
os : ubuntu-22.04
73
74
experimental : true
74
75
@@ -104,7 +105,7 @@ jobs:
104
105
105
106
# Setup version of Python to use
106
107
- name : Set Up Python ${{ matrix.python-version }}
107
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
108
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
108
109
with :
109
110
python-version : ${{ matrix.python-version }}
110
111
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments