8000 Merge pull request #1300 from mayeut/gha-3.11 · pypa/cibuildwheel@8672fee · GitHub
[go: up one dir, main page]

Skip to content

Commit 8672fee

Browse files
authored
Merge pull request #1300 from mayeut/gha-3.11
chore: test with Python 3.11
2 parents b1b8ab5 + dfb3e62 commit 8672fee

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-18.04, windows-latest, macos-11]
41-
python_version: ['3.10']
41+
python_version: ['3.11']
4242
timeout-minutes: 180
4343
steps:
4444
- uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
rev: v2.1.0
4545
hooks:
4646
- id: setup-cfg-fmt
47-
args: [--include-version-classifiers, --max-py-version=3.10]
47+
args: [--include-version-classifiers, --max-py-version=3.11]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
5050
rev: v0.982

CI.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
This is a summary of the Python versions and platforms covered by the different CI platforms:
22

3-
| | 3.7 | 3.8 | 3.9 | 3.10 |
4-
|----------|-----------------------|---------------------------|----------|---------------------------|
5-
| Linux | AppVeyor¹ / Travis CI | Azure Pipelines / GitLab | CircleCI | GitHub Actions, Cirrus CI |
6-
| macOS | AppVeyor¹ / Travis CI | Azure Pipelines | CircleCI | GitHub Actions, Cirrus CI |
7-
| Windows | AppVeyor¹ / Travis CI | Azure Pipelines | | GitHub Actions, Cirrus CI |
3+
| | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 |
4+
|---------|-----------------------|--------------------------|----------|-----------|----------------|
5+
| Linux | AppVeyor¹ / Travis CI | Azure Pipelines / GitLab | CircleCI | Cirrus CI | GitHub Actions |
6+
| macOS | AppVeyor¹ / Travis CI | Azure Pipelines | CircleCI | Cirrus CI | GitHub Actions |
7+
| Windows | AppVeyor¹ / Travis CI | Azure Pipelines | | Cirrus CI | GitHub Actions |
88

99
> ¹ AppVeyor only runs the "basic" test to reduce load.
1010

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- uses: actions/setup-python@v4
2929
id: python
3030
with:
31-
python-version: "3.7 - 3.10"
31+
python-version: "3.7 - 3.11"
3232
update-environment: false
3333

3434
# Redirecting stderr to stdout to fix interleaving issue in Actions.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
Programming Language :: Python :: 3.8
2121
Programming Language :: Python :: 3.9
2222
Programming Language :: Python :: 3.10
23+
Programming Language :: Python :: 3.11
2324
Programming Language :: Python :: Implementation :: CPython
2425
Topic :: Software Development :: Build Tools
2526
keywords = ci,wheel,packaging,pypi,travis,appveyor,macos,linux,windows

0 commit comments

Comments
 (0)
0