Skip to content

Commit 81fabb1

Browse files
committed
do not build cp310 on all
1 parent a9712d7 commit 81fabb1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,22 +83,22 @@ jobs:
8383
matrix:
8484
config:
8585
- os: ubuntu-latest
86-
cibw: "{cp310*,cp311*}"
86+
cibw: "{cp311*}"
8787
cibw_skip: "*musllinux*"
8888
- os: ubuntu-latest
8989
cibw: "{cp312*,cp313*}"
9090
cibw_skip: "*musllinux*"
9191
- os: windows-2022
92-
cibw: "{cp310*,cp311*}"
92+
cibw: "{cp311*}"
9393
cibw_skip: "*-win32"
9494
- os: windows-2022
9595
cibw: "{cp312*,cp313*}"
9696
cibw_skip: "*-win32"
9797
- os: macos-13
98-
cibw: "{cp310*,cp311*,cp312*,cp313*}"
98+
cibw: "{cp311*,cp312*,cp313*}"
9999
cibw_skip: ""
100100
- os: macos-latest
101-
cibw: "{cp310*,cp311*,cp312*,cp313*}"
101+
cibw: "{cp311*,cp312*,cp313*}"
102102
cibw_skip: ""
103103
if: ${{ startsWith(github.ref, 'refs/tags') || contains(github.event.head_commit.message, 'CI(full)') }}
104104
steps:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libmdbx"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "The python bindings to libmdbx."
55
homepage = "https://github.com/wtdcode/mdbx-py"
66
authors = ["lazymio <mio@lazym.io>"]
@@ -28,7 +28,7 @@ generate-setup-file = false
2828
script = "build_mdbx.py"
2929

3030
[tool.poetry.dependencies]
31-
python = "^3.9"
31+
python = "^3.10"
3232

3333

3434
[build-system]

0 commit comments

Comments
 (0)