Skip to content

Commit 6708631

Browse files
authored
Merge branch 'master' into python-312
2 parents 0450b6c + a60f834 commit 6708631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
submodules: true
2222
- name: "Build wheels"
23-
uses: "pypa/[email protected].1"
23+
uses: "pypa/[email protected].2"
2424
env:
25-
CIBW_SKIP: "pp*" # FIXME
25+
CIBW_SKIP: "pp* # FIXME
2626
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
2727
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
2828
CIBW_TEST_REQUIRES: "pytest"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
exclude:
1919
- os: ubuntu-latest

0 commit comments

Comments
 (0)