File tree 1 file changed +28
-14
lines changed
1 file changed +28
-14
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,36 +509,47 @@ 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.6"
512
- - " 3.8"
513
- - " 3.7"
514
- - " 3.9"
515
- - " 3.10"
515
+ - >-
516
+ 3.6
517
+ - >-
518
+ 3.8
519
+ - >-
520
+ 3.7
521
+ - >-
522
+ 3.9
523
+ - >-
524
+ 3.10
516
525
- pypy-3.6
517
- - " 3.12"
526
+ - >-
527
+ 3.12
518
528
tested-artifact :
519
529
- wheel
520
530
- sdist
521
531
exclude :
522
532
# NOTE: GNU/Linux CPython 3.6 is not built for Ubuntu 22
523
533
- os : ubuntu-22.04
524
- python-version : " 3.6"
534
+ python-version : >-
535
+ 3.6
525
536
- os : windows-latest
526
537
python-version : pypy-3.6
527
538
- os : macos-latest
528
539
python-version : pypy-3.6
529
540
# CPython 3.6 and 3.7 is no longer available on macos-latest
530
541
- os : macos-latest
531
- python-version : " 3.6"
542
+ python-version : >-
543
+ 3.6
532
544
- os : macos-latest
533
- python-version : " 3.7"
545
+ python-version : >-
546
+ 3.7
534
547
include :
535
548
# NOTE: The last GNU/Linux CPython 3.6 available is built for Ubuntu 20
536
549
# https://github.com/actions/python-versions/blob/6dd0b75/versions-manifest.json#L3956-L3960
537
550
- os : ubuntu-20.04
538
- python-version : " 3.6"
551
+ python-version : >-
552
+ 3.6
539
553
tested-artifact : wheel
540
554
541
555
continue-on-error : >-
You can’t perform that action at this time.
0 commit comments