Use Python 3.10 stable in CI (#1362)

* Remove special case code needed for Python 3.10 pre-release and try to get Python 3.11 pre-release running on CI
* Wrap 3.10 in quotes so it doesn't resolve to 3.1
* Remove pflake --version call that is crashing in Python 3.11-dev
* Run poetry update and restore removed flake8 line
This commit is contained in:
Micah Jerome Ellison 2021-11-06 14:18:00 -07:00 committed by GitHub
parent a354b13139
commit 06ee6db7e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 78 deletions

View file

@ -27,7 +27,7 @@ classifiers = [
"Funding" = "https://opencollective.com/jrnl"
[tool.poetry.dependencies]
python = ">=3.7.0, <3.11"
python = ">=3.7.0, <3.12"
ansiwrap = "^0.8.4"
asteval = "^0.9"