Skip to content

Commit 1a65344

Browse files
committed
build for py3.9
1 parent 1c319ca commit 1a65344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install cibuildwheel
4646
run: |
47-
python -m pip install cibuildwheel==1.4.2
47+
python -m pip install cibuildwheel==1.7.2
4848
4949
- name: Build wheels
5050
env:

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pytomlpp
3-
version = 0.3.2
3+
version = 0.3.3
44
author = Bob Fang
55
author_email = [email protected]
66
license_file = LICENSE

0 commit comments

Comments
 (0)