diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 47710ca2..0df4f832 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [ 3.7, 3.8, 3.9 ] + python-version: [ 3.7, 3.8, 3.9, 3.10 ] os: [ ubuntu-latest, macos-latest, windows-latest ] steps: diff --git a/pyproject.toml b/pyproject.toml index 36bc3d13..3b3d02dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Funding" = "https://opencollective.com/jrnl" [tool.poetry.dependencies] -python = ">=3.7.0, <3.10" +python = ">=3.7.0, <3.11" ansiwrap = "^0.8.4" asteval = "^0.9"