@@ -27,20 +27,20 @@ jobs:
27
27
fail-fast : false # don't stop on first failure
28
28
matrix :
29
29
os : ['ubuntu-latest']
30
- python-version : ['3.7', '3.8', '3.10', '3.11', '3. 12', '3']
30
+ python-version : ['3.12', '3']
31
31
include :
32
32
- os : ' macos-latest'
33
- python-version : ' 3.8 ' # oldest version with arm64 builds
33
+ python-version : ' 3.12 ' # oldest version we support
34
34
# non-utc timezone test
35
35
- os : ' ubuntu-latest'
36
- python-version : ' 3.9 ' # not the oldest, not the most recent version
36
+ python-version : ' 3'
37
37
time-zone : ' XXX-09:35'
38
38
env :
39
39
TZ : ${{ matrix.time-zone }}
40
40
PYTEST_ADDOPTS : --cov --cov-append -n 5 --color=yes
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
45
45
- name : Install System Dependencies
46
46
uses : mamba-org/setup-micromamba@v2
@@ -111,7 +111,7 @@ jobs:
111
111
FORCE_COLOR : 2
112
112
steps :
113
113
- name : Checkout
114
- uses : actions/checkout@v4
114
+ uses : actions/checkout@v5
115
115
116
116
- name : Install System Dependencies
117
117
uses : mamba-org/setup-micromamba@v2
@@ -154,10 +154,10 @@ jobs:
154
154
timeout-minutes : 2
155
155
steps :
156
156
- name : Checkout
157
- uses : actions/checkout@v4
157
+ uses : actions/checkout@v5
158
158
159
159
- name : Download coverage artifacts
160
- uses : actions/download-artifact@v4
160
+ uses : actions/download-artifact@v5
161
161
162
162
- name : Codecov upload
163
163
uses : codecov/codecov-action@v5
0 commit comments