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