diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2d86600..df0f6efc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [Ubuntu, macOS, Windows] - python-version: [3.7, 3.8, 3.9] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - name: Checkout diff --git a/poetry.lock b/poetry.lock index 86db14c9..757e0318 100644 --- a/poetry.lock +++ b/poetry.lock @@ -992,8 +992,8 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" -python-versions = ">=3.7,<3.10" -content-hash = "848dffb20c4788f2719b997b655a390c789f7b1e297e95096d5adc6fe5dfd1c5" +python-versions = ">=3.7,<3.11" +content-hash = "661c29de7d1b5a392c2c19145ef8644ab9dd40ff37f00fd2254b5c935c61bdbc" [metadata.files] absl-py = [ diff --git a/pyproject.toml b/pyproject.toml index 03dc8608..26b87bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.7,<3.10" +python = ">=3.7,<3.11" torch = "^1.4" pytorch-lightning = "^1.2" scipy = "^1.7.1"