Skip to content

Commit

Permalink
Removed all references to Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Aug 22, 2024
1 parent 1080d8e commit 273e816
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
- libboost-all-dev
- libeigen3-dev
tools:
python: "3.7"
python: "3.8"

sphinx:
configuration: docs/source/conf.py
Expand Down
5 changes: 2 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Naming Conventions
Python 2 and 3 Support
----------------------

Ideally, CAMeL Tools should be able to run on Python 3.7 - 3.11.
Ideally, CAMeL Tools should be able to run on Python 3.8 - 3.11.
`Here's a nice cheat-sheet <http://python-future.org/compatible_idioms.html>`_ of
how to do that.

Expand All @@ -131,15 +131,14 @@ versions used for testing by running the following commands:
# Install all the python versions we will test against.
# Note: This list will change to include more Python versions in the future.
pyenv install 3.7.17
pyenv install 3.8.19
pyenv install 3.9.19
pyenv install 3.10.14
pyenv install 3.11.9
# This generates a .python-version file that helps pyenv automatically determine
# which python versions are associated with the application.
pyenv local 3.7.17 3.8.19 3.9.19 3.10.14 3.11.9
pyenv local 3.8.19 3.9.19 3.10.14 3.11.9
You also need to install tox:

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ at `New York University Abu Dhabi <http://nyuad.nyu.edu/>`_.
Installation
------------

You will need Python 3.7 - 3.11 (64-bit) as well as
You will need Python 3.8 - 3.11 (64-bit) as well as
`the Rust compiler <https://www.rust-lang.org/learn/get-started>`_ installed.

Linux/macOS
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Getting Started
Installation
------------

You will need Python 3.7 - 3.11 (64-bit) as well as
You will need Python 3.8 - 3.11 (64-bit) as well as
`the Rust compiler <https://www.rust-lang.org/learn/get-started>`_ installed.

Linux/macOS
Expand Down

0 comments on commit 273e816

Please sign in to comment.