Skip to content

Commit 1604c69

Browse files
committed
Remove Python 3.12.0 specific usage
1 parent a9fc1a1 commit 1604c69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,16 @@ jobs:
112112
fail-fast: false
113113
matrix:
114114
os: [ubuntu-latest]
115-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12.0]
115+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
116116
include:
117117
- os: macos-latest
118118
python-version: 3.8
119119
- os: macos-latest
120-
python-version: 3.12.0
120+
python-version: 3.12
121121
- os: windows-latest
122122
python-version: 3.8
123123
- os: windows-latest
124-
python-version: 3.12.0
124+
python-version: 3.12
125125
steps:
126126
- uses: actions/checkout@v4
127127
- uses: actions/setup-python@v5
@@ -283,23 +283,23 @@ jobs:
283283
path: /tmp/u311
284284
- uses: actions/download-artifact@v4
285285
with:
286-
name: ubuntu-latest-3.12.0
286+
name: ubuntu-latest-3.12
287287
path: /tmp/u312
288288
- uses: actions/download-artifact@v4
289289
with:
290290
name: macos-latest-3.8
291291
path: /tmp/m38
292292
- uses: actions/download-artifact@v4
293293
with:
294-
name: macos-latest-3.12.0
294+
name: macos-latest-3.12
295295
path: /tmp/m312
296296
- uses: actions/download-artifact@v4
297297
with:
298298
name: windows-latest-3.8
299299
path: /tmp/w38
300300
- uses: actions/download-artifact@v4
301301
with:
302-
name: windows-latest-3.12.0
302+
name: windows-latest-3.12
303303
path: /tmp/w312
304304
- name: Install Dependencies
305305
run: pip install -U coverage coveralls diff-cover

0 commit comments

Comments
 (0)