Skip to content

Commit

Permalink
Remove Python 3.7 wheel generation from CI as EOL 2023-06-27
Browse files Browse the repository at this point in the history
Does not remove workarounds in code for python <= 3.7, so it will still techniaclly be usable just not supported
  • Loading branch information
ptheywood committed Oct 2, 2023
1 parent f504027 commit 1e225a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Draft-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ defaults:
# + Thorough Windows builds
# + Oldest and newest cuda, lots of arch, vis off, tests on
# + Wheel producing manylinux builds
# + CUDA 11.2 and 12.0, py 3.7-3.12, vis on/off, py only.
# + CUDA 11.2 and 12.0, py 3.8-3.12, vis on/off, py only.
# + Wheel producing Windows builds
# + CUDA 11.2 and 12.0, py 3.7-3.12, vis on/off, py only.
# + CUDA 11.2 and 12.0, py 3.8-3.12, vis on/off, py only.
# + Draft github release workflow.

jobs:
Expand Down Expand Up @@ -324,7 +324,6 @@ jobs:
- "3.10"
- "3.9"
- "3.8"
- "3.7"
config:
- name: "Release"
config: "Release"
Expand Down Expand Up @@ -485,7 +484,6 @@ jobs:
- "3.10"
- "3.9"
- "3.8"
- "3.7"
config:
- name: "Release"
config: "Release"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Optionally:

+ [cpplint](https://github.com/cpplint/cpplint) for linting code
+ [Doxygen](http://www.doxygen.nl/) to build the documentation
+ [Python](https://www.python.org/) `>= 3.7` for python integration
+ [Python](https://www.python.org/) `>= 3.8` for python integration
+ With `setuptools`, `wheel`, `build` and optionally `venv` python packages installed
+ [swig](http://www.swig.org/) `>= 4.0.2` for python integration
+ Swig `4.x` will be automatically downloaded by CMake if not provided (if possible).
Expand Down

0 comments on commit 1e225a4

Please sign in to comment.