Skip to content

Commit

Permalink
Python 3.11 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang authored Mar 3, 2024
1 parent dc2845e commit a0f6589
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x.y.z (UNRELEASED)

0.9.5 (2024-03-02)
------------------
* Mandate Python 3.10 and Django 5.0.2
* Mandate Python 3.11 and Django 5.0.2

0.9.4 (2023-08-27)
------------------
Expand Down
19 changes: 2 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
Django = "^5.0.2"
requests-oauthlib = "^1.3.1"
requests = "^2.0.0"
Expand Down

0 comments on commit a0f6589

Please sign in to comment.