File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " libmdbx"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " The python bindings to libmdbx."
55homepage = " https://github.com/wtdcode/mdbx-py"
66authors = [" lazymio <mio@lazym.io>" ]
@@ -28,7 +28,7 @@ generate-setup-file = false
2828script = " build_mdbx.py"
2929
3030[tool .poetry .dependencies ]
31- python = " ^3.9 "
31+ python = " ^3.10 "
3232
3333
3434[build-system ]
You can’t perform that action at this time.
0 commit comments