Skip to content

Commit

Permalink
Re-enable Python 3.11 testing in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 28, 2022
1 parent f61f3b7 commit a5af0cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/ci.yml
Expand Up @@ -84,19 +84,18 @@ jobs:
toxenv: py310-format_nongpl-build
- name: "3.10"
toxenv: py310-format_nongpl-tests
# Temporarily disabled due to pypa/setuptools#3274
# - name: "3.11.0-alpha - 3.11.0"
# toxenv: py311-noextra-build
# - name: "3.11.0-alpha - 3.11.0"
# toxenv: py311-noextra-tests
# - name: "3.11.0-alpha - 3.11.0"
# toxenv: py311-format-build
# - name: "3.11.0-alpha - 3.11.0"
# toxenv: py311-format-tests
# - name: "3.11.0-alpha - 3.11.0"
# toxenv: py311-format_nongpl-build
# - name: "3.11.0-alpha - 3.11.0"
# toxenv: py311-format_nongpl-tests
- name: "3.11.0-beta - 3.11.0"
toxenv: py311-noextra-build
- name: "3.11.0-beta - 3.11.0"
toxenv: py311-noextra-tests
- name: "3.11.0-beta - 3.11.0"
toxenv: py311-format-build
- name: "3.11.0-beta - 3.11.0"
toxenv: py311-format-tests
- name: "3.11.0-beta - 3.11.0"
toxenv: py311-format_nongpl-build
- name: "3.11.0-beta - 3.11.0"
toxenv: py311-format_nongpl-tests
- name: "3.10"
toxenv: docs-dirhtml
- name: "3.10"
Expand Down Expand Up @@ -185,8 +184,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version.name }}
- name: Ensure we have new enough versions to respect python_version
run: python -m pip install -U pip setuptools
- name: Install dependencies
run: >
sudo apt-get update &&
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yml
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Ensure we have new enough versions to respect python_version
run: python -m pip install -U pip setuptools
- name: Install tox
run: python -m pip install tox
- name: Collect & Upload Coverage
Expand Down

0 comments on commit a5af0cd

Please sign in to comment.