Skip to content

Commit

Permalink
build for py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bobfang1992 committed Dec 26, 2020
1 parent 1c319ca commit 1a65344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.4.2
python -m pip install cibuildwheel==1.7.2
- name: Build wheels
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytomlpp
version = 0.3.2
version = 0.3.3
author = Bob Fang
author_email = [email protected]
license_file = LICENSE
Expand Down

0 comments on commit 1a65344

Please sign in to comment.