Skip to content

Commit

Permalink
add 3.10 build, drop 3.6, 2.7 build (#117)
Browse files Browse the repository at this point in the history
* add 3.10 build, drop 3.6, 2.7 build

* remove 2.7, 3.6 , add 3.10
  • Loading branch information
LeoQuote authored Jul 7, 2022
1 parent d4190da commit 20e4769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Build a source tarball
run: python setup.py sdist
- name: Build wheels
uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux1_x86_64
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
with:
python-versions: 'cp27-cp27mu cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
build-requirements: 'cython'
- name: Clean linux_x86_64.whl
run: rm dist/*-linux_x86_64.whl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyver: ["2.7", "3.6", "3.7", "3.8", "3.9"]
pyver: ["3.7", "3.8", "3.9", "3.10"]
compiler: ["gcc", "clang"]
build_type: ["Debug", "Release"]

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyver: ["2.7", "3.6", "3.7", "3.8", "3.9"]
pyver: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 20e4769

Please sign in to comment.