File tree 1 file changed +22
-11
lines changed
1 file changed +22
-11
lines changed Original file line number Diff line number Diff line change 84
84
os :
85
85
- Ubuntu
86
86
python-version :
87
- - " 3.12"
87
+ - >-
88
+ 3.12
88
89
89
90
env :
90
91
TOXENV : lint
@@ -194,7 +195,8 @@ jobs:
194
195
- name : Switch to using Python 3.12 by default
195
196
uses : actions/setup-python@v4
196
197
with :
197
- python-version : " 3.12"
198
+ python-version : >-
199
+ 3.12
198
200
- name : >-
199
201
Mark the build as non-tagged
200
202
${{ github.event.repository.default_branch }} build
@@ -399,7 +401,8 @@ jobs:
399
401
- name : Switch to using Python 3.12 by default
400
402
uses : actions/setup-python@v4
401
403
with :
402
- python-version : " 3.12"
404
+ python-version : >-
405
+ 3.12
403
406
- name : >-
404
407
Calculate Python interpreter version hash value
405
408
for use in the cache key
@@ -506,14 +509,20 @@ jobs:
506
509
- macos-latest
507
510
- windows-latest
508
511
python-version :
509
- - " 3.11"
512
+ - >-
513
+ 3.11
510
514
- pypy-3.9
511
- - " 3.7"
512
- - " 3.8"
513
- - " 3.9"
514
- - " 3.10"
515
+ - >-
516
+ 3.8
517
+ - >-
518
+ 3.7
519
+ - >-
520
+ 3.9
521
+ - >-
522
+ 3.10
515
523
- pypy-3.6
516
- - " 3.12"
524
+ - >-
525
+ 3.12
517
526
tested-artifact :
518
527
- wheel
519
528
- sdist
@@ -525,12 +534,14 @@ jobs:
525
534
python-version : pypy-3.6
526
535
# CPython 3.7 is no longer available on macos-latest
527
536
- os : macos-latest
528
- python-version : " 3.7"
537
+ python-version : >-
538
+ 3.7
529
539
include :
530
540
# NOTE: The last GNU/Linux CPython 3.6 available is built for Ubuntu 20
531
541
# https://github.com/actions/python-versions/blob/6dd0b75/versions-manifest.json#L3956-L3960
532
542
- os : ubuntu-20.04
533
- python-version : " 3.6"
543
+ python-version : >-
544
+ 3.6
534
545
tested-artifact : wheel
535
546
536
547
continue-on-error : >-
You can’t perform that action at this time.
0 commit comments