@@ -32,14 +32,12 @@ jobs:
3232 fail-fast : false
3333 matrix :
3434 python_version :
35- - 3.7
3635 - 3.8
3736 - 3.9
3837 - " 3.10"
3938 - " 3.11"
40- - " 3.12-dev "
39+ - " 3.12"
4140 # cryptography is not compatible with older PyPy versions
42- # - "pypy-3.7"
4341 - " pypy-3.8"
4442 os :
4543 - ubuntu-latest
5452
5553 - name : Use Python ${{ matrix.python_version }}
5654 if : ${{ matrix.python_version != 'pyjion' }}
57- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5856 with :
5957 python-version : ${{ matrix.python_version }}
6058
6563
6664 - name : Use Python 3.10 (pyjion)
6765 if : ${{ matrix.python_version == 'pyjion' }}
68- uses : actions/setup-python@v4
66+ uses : actions/setup-python@v5
6967 with :
7068 python-version : " 3.10"
7169
8179
8280 - name : Setup Dotnet 6
8381 if : ${{ matrix.python_version == 'pyjion' }}
84- uses : actions/setup-dotnet@v3.2 .0
82+ uses : actions/setup-dotnet@v4.0 .0
8583 with :
8684 dotnet-version : " 6.0.100"
8785
@@ -126,7 +124,7 @@ jobs:
126124 fetch-depth : 1
127125
128126 - name : Use Python ${{ matrix.python_version }}
129- uses : actions/setup-python@v4
127+ uses : actions/setup-python@v5
130128 with :
131129 python-version : ${{ matrix.python_version }}
132130
@@ -174,7 +172,7 @@ jobs:
174172 fetch-depth : 1
175173
176174 - name : Use Python ${{ matrix.python_version }}
177- uses : actions/setup-python@v4
175+ uses : actions/setup-python@v5
178176 with :
179177 python-version : ${{ matrix.python_version }}
180178
@@ -246,7 +244,7 @@ jobs:
246244 sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq gcc libvirt-dev
247245
248246 - name : Use Python ${{ matrix.python_version }}
249- uses : actions/setup-python@v4
247+ uses : actions/setup-python@v5
250248 with :
251249 python-version : ${{ matrix.python_version }}
252250
@@ -309,7 +307,7 @@ jobs:
309307 fetch-depth : 1
310308
311309 - name : Use Python ${{ matrix.python_version }}
312- uses : actions/setup-python@v4
310+ uses : actions/setup-python@v5
313311 with :
314312 python-version : ${{ matrix.python_version }}
315313
@@ -353,7 +351,7 @@ jobs:
353351 fetch-depth : 1
354352
355353 - name : Use Python ${{ matrix.python_version }}
356- uses : actions/setup-python@v4
354+ uses : actions/setup-python@v5
357355 with :
358356 python-version : ${{ matrix.python_version }}
359357
0 commit comments