From af9f99dad48ebda69495eb278e8187817dd58bcc Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 16 Oct 2023 16:16:50 -0600 Subject: [PATCH] reverts dependency versions and adds 3.9 and 3.10 to tests --- .github/workflows/ci.yml | 2 ++ setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33cfa90..e57a720 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,8 @@ jobs: matrix: python: - "3.8" + - "3.9" + - "3.10" - "3.11" # newest Python that is stable platform: - ubuntu-latest diff --git a/setup.cfg b/setup.cfg index 3ca2c1f..42bcda2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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