mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
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:
parent
a354b13139
commit
06ee6db7e7
3 changed files with 54 additions and 78 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue