Require Python 3.7+

master
Alinson S. Xavier 5 years ago
parent 4e230c2120
commit 5d7c2ea089
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

@ -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

@ -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",

Loading…
Cancel
Save