Add Python 3.10 support

This commit is contained in:
Micah Jerome Ellison 2021-06-24 08:46:55 -07:00 committed by Jonathan Wren
parent 56df419bea
commit f6f9349a9b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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