Skip to content

Commit

Permalink
fix: Drop support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jag1g13 committed Aug 30, 2020
1 parent d1f6981 commit d50adb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It is important to perform validation of any new parameter set; a brief example

## Requirements
PyCGTOOL requires:
* Python3
* Python 3.6 or greater
* [NumPy](http://www.numpy.org/)
* [simpletraj](https://github.com/arose/simpletraj)

Expand Down

0 comments on commit d50adb2

Please sign in to comment.