Skip to content

Commit

Permalink
remove 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jan 15, 2024
1 parent a1ac12d commit c6d103e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
CIBW_BUILD: "cp39-* cp310-* cp311-*"
CIBW_BUILD: "cp38-* cp39-* cp310-*"
CIBW_SKIP: "*-win32 *musllinux* *i686*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
include:

- name: Python 3.11 with minimal dependencies and coverage
- name: Python 3.10 with minimal dependencies and coverage
os: ubuntu-latest
python: "3.11"
toxenv: py311-test-cov
python: "3.10"
toxenv: py310-test-cov

- name: Python 3.10
os: ubuntu-latest
Expand All @@ -33,10 +33,10 @@ jobs:
toxposargs: --durations=50 || true # override exit code

# Mac:
- name: Python 3.11 standard tests (macOS)
- name: Python 3.10 standard tests (macOS)
os: macos-latest
python: "3.11"
toxenv: py311-test
python: "3.10"
toxenv: py310-test

# Older Python versions:
- name: Python 3.9 with oldest supported version of all dependencies
Expand Down

0 comments on commit c6d103e

Please sign in to comment.