Skip to content

Commit de27e28

Browse files
committed
Drop 3.7, add 3.12
1 parent 12375f4 commit de27e28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
- "ubuntu-22.04"
4040
- "windows-2022"
4141
wheel-selector:
42-
- "cp37-*"
4342
- "cp38-*"
4443
- "cp39-*"
4544
- "cp310-*"
4645
- "cp311-*"
46+
- "cp312-*"
4747
- "pp37-*"
4848
- "pp38-*"
4949
- "pp39-*"
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: Build wheels
60-
uses: pypa/cibuildwheel@v2.11.3
60+
uses: pypa/cibuildwheel@v2.16.2
6161
with:
6262
output-dir: wheelhouse
6363
env:

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author_email = zooko@zooko.com
88
home_page = https://tahoe-lafs.org/trac/zfec
99
license = GPL-2+
1010
python_requires =
11-
>=3.7, <3.11
11+
>=3.8, <3.13
1212
classifier =
1313
Development Status :: 5 - Production/Stable
1414
Environment :: Console

0 commit comments

Comments
 (0)