Skip to content

Commit

Permalink
Dropping Python3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
keenon committed Dec 14, 2023
1 parent 39322fe commit ff8be40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_x86_linux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,8 @@ jobs:
container: keenon/diffdart:base
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- python-version: "3.7"
PYTHON_VERSION_CODE: cp37-cp37m
PYTHON_VERSION_NUMBER: "3.7"
PYTHON: /opt/python/cp37-cp37m/bin/python3.7
PYTHON_PATH: /opt/python/cp37-cp37m/bin/
PYTHON_INCLUDE: /opt/python/cp37-cp37m/include/python3.7m/
PYTHON_LIB: /opt/python/cp37-cp37m/lib/python3.7
- python-version: "3.8"
PYTHON_VERSION_CODE: cp38-cp38
PYTHON_VERSION_NUMBER: "3.8"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build_x86_mac_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
runs-on: macos-11
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- python-version: "3.7"
PYTHON_VERSION_CODE: cp37-cp37m
PYTHON_VERSION_NUMBER: "3.6"
- python-version: "3.8"
PYTHON_VERSION_CODE: cp38-cp38
PYTHON_VERSION_NUMBER: "3.8"
Expand Down

0 comments on commit ff8be40

Please sign in to comment.