Skip to content

Commit a5af0cd

Browse files
committed
Re-enable Python 3.11 testing in CI.
1 parent f61f3b7 commit a5af0cd

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,18 @@ jobs:
8484
toxenv: py310-format_nongpl-build
8585
- name: "3.10"
8686
toxenv: py310-format_nongpl-tests
87-
# Temporarily disabled due to pypa/setuptools#3274
88-
# - name: "3.11.0-alpha - 3.11.0"
89-
# toxenv: py311-noextra-build
90-
# - name: "3.11.0-alpha - 3.11.0"
91-
# toxenv: py311-noextra-tests
92-
# - name: "3.11.0-alpha - 3.11.0"
93-
# toxenv: py311-format-build
94-
# - name: "3.11.0-alpha - 3.11.0"
95-
# toxenv: py311-format-tests
96-
# - name: "3.11.0-alpha - 3.11.0"
97-
# toxenv: py311-format_nongpl-build
98-
# - name: "3.11.0-alpha - 3.11.0"
99-
# toxenv: py311-format_nongpl-tests
87+
- name: "3.11.0-beta - 3.11.0"
88+
toxenv: py311-noextra-build
89+
- name: "3.11.0-beta - 3.11.0"
90+
toxenv: py311-noextra-tests
91+
- name: "3.11.0-beta - 3.11.0"
92+
toxenv: py311-format-build
93+
- name: "3.11.0-beta - 3.11.0"
94+
toxenv: py311-format-tests
95+
- name: "3.11.0-beta - 3.11.0"
96+
toxenv: py311-format_nongpl-build
97+
- name: "3.11.0-beta - 3.11.0"
98+
toxenv: py311-format_nongpl-tests
10099
- name: "3.10"
101100
toxenv: docs-dirhtml
102101
- name: "3.10"
@@ -185,8 +184,6 @@ jobs:
185184
uses: actions/setup-python@v3
186185
with:
187186
python-version: ${{ matrix.python-version.name }}
188-
- name: Ensure we have new enough versions to respect python_version
189-
run: python -m pip install -U pip setuptools
190187
- name: Install dependencies
191188
run: >
192189
sudo apt-get update &&

.github/workflows/coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
uses: actions/setup-python@v3
1616
with:
1717
python-version: "3.10"
18-
- name: Ensure we have new enough versions to respect python_version
19-
run: python -m pip install -U pip setuptools
2018
- name: Install tox
2119
run: python -m pip install tox
2220
- name: Collect & Upload Coverage

0 commit comments

Comments
 (0)