Skip to content

Commit

Permalink
Merge branch 'master' into python-312
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Dec 16, 2023
2 parents 0450b6c + a60f834 commit 6708631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
submodules: true
- name: "Build wheels"
uses: "pypa/cibuildwheel@v2.16.1"
uses: "pypa/cibuildwheel@v2.16.2"
env:
CIBW_SKIP: "pp*" # FIXME
CIBW_SKIP: "pp* # FIXME
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
CIBW_TEST_REQUIRES: "pytest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: ubuntu-latest
Expand Down

0 comments on commit 6708631

Please sign in to comment.