Skip to content

Commit

Permalink
Removed Python version 3.7 in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsantos committed Dec 7, 2023
1 parent 4e51cce commit dd74058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
dist: jammy
python:
- "3.7"
- "3.8"
- "3.9"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements

`p-winds` requires the following packages:

* `python` version 3.7 or later; the code has also been tested and validated in versions 3.8 and 3.9.
* `python` versions 3.8 or later; the code has also been tested and validated in versions 3.6 (not supported) and 3.9.
* `numpy`
* `scipy` version 1.5 or later
* `astropy`
Expand Down

0 comments on commit dd74058

Please sign in to comment.