Require Python 3.7+

This commit is contained in:
2021-04-09 09:04:34 -05:00
parent 4e230c2120
commit 5d7c2ea089
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.6, 3.7, 3.8] python-version: [3.7, 3.8]
steps: steps:
- name: Check out source code - name: Check out source code

View File

@@ -17,7 +17,7 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/ANL-CEEESA/MIPLearn/", url="https://github.com/ANL-CEEESA/MIPLearn/",
packages=find_namespace_packages(), packages=find_namespace_packages(),
python_requires=">=3.6", python_requires=">=3.7",
install_requires=[ install_requires=[
"matplotlib>=3,<4", "matplotlib>=3,<4",
"networkx>=2,<3", "networkx>=2,<3",