Skip to content

Commit

Permalink
reverts dependency versions and adds 3.9 and 3.10 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Oct 16, 2023
1 parent 2170aa7 commit af9f99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11" # newest Python that is stable
platform:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ all =
synapseclient~=2.7
fs-synapse~=1.0
sevenbridges-python~=2.9
requests~=2.5
requests~=2.28
urllib3<2.0

# Dependencies for testing (used by tox and Pipenv)
testing =
setuptools~=68.0
setuptools~=65.0
pytest~=7.0
pytest-cov~=4.0
pytest-mock~=3.0
Expand Down

0 comments on commit af9f99d

Please sign in to comment.