23
23
runs-on : " ubuntu-20.04"
24
24
continue-on-error : ${{ matrix.config.experimental }}
25
25
env :
26
- USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.1 '
26
+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.3 '
27
27
28
28
strategy :
29
29
fail-fast : False
@@ -36,11 +36,11 @@ jobs:
36
36
- {python-version: "3.10", testenvs: "py310-click{7,8},build", experimental: False}
37
37
- {python-version: "3.11", testenvs: "py311-click{7,8},build", experimental: False}
38
38
- {python-version: "3.12", testenvs: "py312-click{7,8},build", experimental: False}
39
- - {python-version: "3.13.0-alpha.1 ", testenvs: "py313-dev-click{7,8},build", experimental: True}
39
+ - {python-version: "3.13.0-alpha.3 ", testenvs: "py313-dev-click{7,8},build", experimental: True}
40
40
41
41
steps :
42
42
- name : Checkout 🛎️
43
- uses : " actions/checkout@v3 "
43
+ uses : " actions/checkout@v4 "
44
44
45
45
- name : Check for changed files
46
46
if : startsWith(github.ref, 'refs/tags/') != true
55
55
- name : Setup Python 🐍
56
56
id : setup-python
57
57
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
58
- uses : " actions/setup-python@v4 "
58
+ uses : " actions/setup-python@v5 "
59
59
with :
60
60
python-version : " ${{ matrix.config.python-version }}"
61
61
@@ -85,10 +85,10 @@ jobs:
85
85
runs-on : " ubuntu-20.04"
86
86
steps :
87
87
- name : Checkout 🛎️
88
- uses : " actions/checkout@v3 "
88
+ uses : " actions/checkout@v4 "
89
89
90
90
- name : Setup Python 🐍
91
- uses : " actions/setup-python@v4 "
91
+ uses : " actions/setup-python@v5 "
92
92
with :
93
93
python-version : 3.8
94
94
@@ -134,11 +134,11 @@ jobs:
134
134
runs-on : " ubuntu-20.04"
135
135
steps :
136
136
- name : Checkout 🛎️
137
- uses : " actions/checkout@v3 "
137
+ uses : " actions/checkout@v4 "
138
138
if : startsWith(github.ref, 'refs/tags/')
139
139
140
140
- name : Setup Python 🐍
141
- uses : " actions/setup-python@v4 "
141
+ uses : " actions/setup-python@v5 "
142
142
if : startsWith(github.ref, 'refs/tags/')
143
143
with :
144
144
python-version : 3.8
0 commit comments