Skip to content

Commit

Permalink
Drop 3.7, add 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Oct 18, 2023
1 parent 12375f4 commit de27e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- "ubuntu-22.04"
- "windows-2022"
wheel-selector:
- "cp37-*"
- "cp38-*"
- "cp39-*"
- "cp310-*"
- "cp311-*"
- "cp312-*"
- "pp37-*"
- "pp38-*"
- "pp39-*"
Expand All @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.16.2
with:
output-dir: wheelhouse
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author_email = [email protected]
home_page = https://tahoe-lafs.org/trac/zfec
license = GPL-2+
python_requires =
>=3.7, <3.11
>=3.8, <3.13
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Expand Down

0 comments on commit de27e28

Please sign in to comment.