99 strategy :
1010 fail-fast : false
1111 matrix :
12- python : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
12+ python : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t' ]
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
17- - name : Setup python
18- uses : actions/setup-python@v4
16+ uses : actions/checkout@v6
17+ - name : Setup Python
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.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev ']
38+ python : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t ']
3939 check_formatting : ['0']
4040 extra_name : ['']
4141 include :
@@ -44,15 +44,15 @@ jobs:
4444 extra_name : ' , check formatting'
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4
48- - name : Setup python
49- uses : actions/setup-python@v4
47+ uses : actions/checkout@v6
48+ - name : Setup Python
49+ uses : actions/setup-python@v6
5050 if : " !endsWith(matrix.python, '-dev')"
5151 with :
5252 python-version : ${{ matrix.python }}
5353 cache : pip
5454 cache-dependency-path : test-requirements.txt
55- - name : Setup python (dev)
55+ - name : Setup Python (dev)
5656 uses : deadsnakes/action@v3.0.1
5757 if : endsWith(matrix.python, '-dev')
5858 with :
@@ -71,12 +71,12 @@ jobs:
7171 strategy :
7272 fail-fast : false
7373 matrix :
74- python : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
74+ python : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t' ]
7575 steps :
7676 - name : Checkout
77- uses : actions/checkout@v4
78- - name : Setup python
79- uses : actions/setup-python@v4
77+ uses : actions/checkout@v6
78+ - name : Setup Python
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ matrix.python }}
8282 allow-prereleases : true
0 commit comments