Skip to content

Commit

Permalink
Remove Python 3.7 support (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Nov 2, 2023
1 parent 88e28fe commit 51cce22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 48 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Learn more about F' key features [here](https://nasa.github.io/fprime/features.h
2. git
3. [CMake 3.16+](https://cmake.org/download/). CLI tool must be available on the system path.
4. CLang or GNU C and C++ compilers (e.g. gcc and g++)
5. [Python 3.7+](https://www.python.org/downloads/), virtual environments, and PIP
5. [Python 3.8+](https://www.python.org/downloads/), virtual environments, and PIP


## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
More information can be found [here](https://stackoverflow.com/questions/30668601/installing-cmake-command-line-tools-on-a-mac)


### SSL Error with Python 3.7+ on macOS
### SSL Error with Python 3.8+ on macOS

> This fix will not work for Python installed via Homebrew. Try installing Python published at python.org.
The version of openSSL bundled with Python 3.7+ requires access to macOS's root certificates. If the following error is encountered while installing fprime:
The version of openSSL bundled with Python 3.8+ requires access to macOS's root certificates. If the following error is encountered while installing fprime:

```
Failed find expected download: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
Expand Down
45 changes: 0 additions & 45 deletions setup.py

This file was deleted.

0 comments on commit 51cce22

Please sign in to comment.