Skip to content

Commit

Permalink
Update test dependencies to match Sphinx version, deprecate tests on …
Browse files Browse the repository at this point in the history
…Python 3.7 (EOL).
  • Loading branch information
owenlittlejohns authored and ygliuvt committed Oct 31, 2023
1 parent 3be8739 commit 05b40b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We welcome feedback on Harmony-Py via [GitHub Issues](https://github.com/nasa/ha

## Prerequisites

* Python 3.7+
* Python 3.8+


## Installing
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ pytest-mock ~= 3.5
pytest-watch ~= 4.2
responses ~= 0.12
setuptools >= 54.2
sphinx ~= 5.3.0
sphinx ~= 7.2.6
wheel >= 0.36

0 comments on commit 05b40b3

Please sign in to comment.