Skip to content

Commit 273e816

Browse files
committed
Removed all references to Python 3.7.
1 parent 1080d8e commit 273e816

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
- libboost-all-dev
88
- libeigen3-dev
99
tools:
10-
python: "3.7"
10+
python: "3.8"
1111

1212
sphinx:
1313
configuration: docs/source/conf.py

CONTRIBUTING.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Naming Conventions
110110
Python 2 and 3 Support
111111
----------------------
112112

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

@@ -131,15 +131,14 @@ versions used for testing by running the following commands:
131131
132132
# Install all the python versions we will test against.
133133
# Note: This list will change to include more Python versions in the future.
134-
pyenv install 3.7.17
135134
pyenv install 3.8.19
136135
pyenv install 3.9.19
137136
pyenv install 3.10.14
138137
pyenv install 3.11.9
139138
140139
# This generates a .python-version file that helps pyenv automatically determine
141140
# which python versions are associated with the application.
142-
pyenv local 3.7.17 3.8.19 3.9.19 3.10.14 3.11.9
141+
pyenv local 3.8.19 3.9.19 3.10.14 3.11.9
143142
144143
You also need to install tox:
145144

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ at `New York University Abu Dhabi <http://nyuad.nyu.edu/>`_.
4040
Installation
4141
------------
4242

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

4646
Linux/macOS

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Getting Started
44
Installation
55
------------
66

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

1010
Linux/macOS

0 commit comments

Comments
 (0)