diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f97ed43..8642a0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8] steps: - name: Check out source code diff --git a/setup.py b/setup.py index 30750bd..410c98b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( long_description_content_type="text/markdown", url="https://github.com/ANL-CEEESA/MIPLearn/", packages=find_namespace_packages(), - python_requires=">=3.6", + python_requires=">=3.7", install_requires=[ "matplotlib>=3,<4", "networkx>=2,<3",