diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f5f0a71a4..e72c08924 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.9, '3.10', '3.11'] steps: - uses: actions/checkout@v2 @@ -35,4 +35,4 @@ jobs: pip install -e .[tests] - name: Lint - run: ./scripts/lint.sh \ No newline at end of file + run: ./scripts/lint.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 029f912db..4bbd3c807 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10'] + python-version: [3.9, '3.10', '3.11'] os: [ubuntu-latest] # , macos-latest] steps: @@ -50,4 +50,4 @@ jobs: - name: Test shell: bash run: | - pytest tests/ -s -n auto \ No newline at end of file + pytest tests/ -s -n auto diff --git a/setup.cfg b/setup.cfg index fdf5a4843..b8dd2ab03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ license_files = LICENSE install_requires = jupyter torch >= 1.8.0 - mira @ git+https://github.com/indralab/mira.git@0.7.0 + mira @ git+https://github.com/indralab/mira.git@0.9.0 chirho[dynamical] @ git+https://github.com/BasisResearch/chirho@4fbd03ce9aa25f536dc06c943ceef363cd2c56c4 sympytorch torchdiffeq @@ -24,7 +24,7 @@ install_requires = zip_safe = false include_package_data = true -python_requires = >=3.8 +python_requires = >=3.9 packages = find: