Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit f9d32ee

Browse files
authored
Merge pull request #2058 from bjones1/fix-python-version
Fix: Keep Python version in sync with the Python version specified by the BookServer
2 parents 4f4ede1 + ddd9706 commit f9d32ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Paver = ">= 1.2.4"
4444
pgcli = "^3.0.0"
4545
psycopg2-binary = "^2.0.0"
4646
pylint = ">= 1.2.1"
47-
python = ">= 3.8.5, < 4.0.0"
47+
python = "^3.9.0"
4848
python-dateutil = ">= 2.4.2"
4949
pytz = ">= 2016.6.1"
5050
requests = ">= 2.10.0"

0 commit comments

Comments
 (0)