From 1a653441c11c7a86a70e4079d25287accb4b84fa Mon Sep 17 00:00:00 2001 From: Bob Fang Date: Sat, 26 Dec 2020 14:19:08 +0000 Subject: [PATCH] build for py3.9 --- .github/workflows/wheels.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3b6b998..0a4fa0f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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: diff --git a/setup.cfg b/setup.cfg index bf5990b..d024206 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytomlpp -version = 0.3.2 +version = 0.3.3 author = Bob Fang author_email = bob.fang.london@gmail.com license_file = LICENSE