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 5757 - " 3.8"
5858 # - "3.7"
5959 - " 3.11"
60+ - " 3.12"
6061
6162 # use for multiple os or ubuntu versions
6263 # os: [ubuntu-latest, macos-latest, windows-latest]
6869
6970 include :
7071 # example: if 3.12 fails the jobs still succeeds
71- - python-version : 3.12
72+ - python-version : 3.13-alpha
7273 os : ubuntu-22.04
7374 experimental : true
7475
@@ -104,7 +105,7 @@ jobs:
104105
105106 # Setup version of Python to use
106107 - 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
108109 with :
109110 python-version : ${{ matrix.python-version }}
110111 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments