From ac6e38a03fc8ee5a3ebf692a2472f052f5edda07 Mon Sep 17 00:00:00 2001 From: Wes Williams Date: Tue, 19 Nov 2024 16:03:56 -0500 Subject: [PATCH] Upgrade to python 3.12. --- .github/workflows/tests.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be97030..5c4d5b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11 + python-version: 3.12 - name: psycopg3 prerequisites run: sudo apt-get install libpq-dev diff --git a/pyproject.toml b/pyproject.toml index 2158f10..7fa63d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.11" +requires-python = ">=3.12" dependencies = ["django>=4.2.6"] readme = "README.md" classifiers= [