Skip to content

Commit

Permalink
python 3.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkramaric committed Nov 20, 2023
1 parent 19c5105 commit 80dea57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: psycopg2 prerequisites
run: sudo apt-get install libpq-dev
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Django library that can make ANYTHING into json"
license = {text = "MIT"}
keywords = ["django", "json", "templatetags"]
urls = {homepage = "http://jsonate.com"}
requires-python = ">=3.8"
requires-python = ">=3.11"
dependencies = ["django>=4.2.6"]
readme = "README.md"
classifiers= [
Expand Down

0 comments on commit 80dea57

Please sign in to comment.