From f6f9349a9bdddcdba1eacd58f7f04eba401ae056 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Thu, 24 Jun 2021 08:46:55 -0700 Subject: [PATCH] Add Python 3.10 support --- .github/workflows/testing.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"