1010 - name : Checkout repository
1111 uses : actions/checkout@v1
1212 - name : Set up Python 3.x
13- uses : actions/setup-python@v4
13+ uses : actions/setup-python@v5
1414 with :
1515 python-version : 3.x
1616 - name : Install dependencies
2424 - name : Checkout Repository
2525 uses : actions/checkout@v1
2626 - name : Set up Python 3.x
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : 3.x
3030 - name : Install dependencies
4040 strategy :
4141 fail-fast : false
4242 matrix :
43- python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
43+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
4444 os : ["ubuntu-latest"]
4545 experimental : [false]
4646 nox-session : ['']
@@ -58,14 +58,10 @@ jobs:
5858 uses : actions/checkout@v2
5959
6060 - name : Set up Python - ${{ matrix.python-version }}
61- uses : actions/setup-python@v2
61+ uses : actions/setup-python@v5
6262 with :
6363 python-version : ${{ matrix.python-version }}
64-
65- - name : Set up Python 3.x to run nox
66- uses : actions/setup-python@v2
67- with :
68- python-version : 3.x
64+ allow-prereleases : true
6965
7066 - name : Install Dependencies
7167 run : python -m pip install --upgrade nox
0 commit comments