99 strategy :
1010 fail-fast : false
1111 matrix :
12- python : ['3.9', '3. 10', '3.11', '3.12', '3.13', '3.14']
12+ python : ['3.10', '3.11', '3.12', '3.13', '3.14']
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Setup python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python }}
2121 allow-prereleases : true
3535 strategy :
3636 fail-fast : false
3737 matrix :
38- python : ['3.9', '3. 10', '3.11', '3.12', '3.13', '3.14']
38+ python : ['3.10', '3.11', '3.12', '3.13', '3.14']
3939 check_formatting : ['0']
4040 extra_name : ['']
4141 include :
4444 extra_name : ' , check formatting'
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 - name : Setup python
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 if : " !endsWith(matrix.python, '-dev')"
5151 with :
5252 python-version : ${{ matrix.python }}
@@ -72,12 +72,12 @@ jobs:
7272 strategy :
7373 fail-fast : false
7474 matrix :
75- python : ['3.9', '3. 10', '3.11', '3.12', '3.13', '3.14']
75+ python : ['3.10', '3.11', '3.12', '3.13', '3.14']
7676 steps :
7777 - name : Checkout
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979 - name : Setup python
80- uses : actions/setup-python@v5
80+ uses : actions/setup-python@v6
8181 with :
8282 python-version : ${{ matrix.python }}
8383 allow-prereleases : true
0 commit comments