diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b07f57..68001e9 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.12 + python-version: 3.13 - name: psycopg3 prerequisites run: sudo apt-get install libpq-dev diff --git a/pyproject.toml b/pyproject.toml index 1483781..5ca9718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsonate" -version = "0.9.1" +version = "0.9.2" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} @@ -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.12" +requires-python = ">=3.13" dependencies = ["django>=5.1.0"] readme = "README.md" classifiers= [ diff --git a/requirements.txt b/requirements.txt index 99fb108..a50982e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -psycopg[binary]==3.1.19 +psycopg[binary]==3.3.3 Django==5.2.8 -Pillow==10.3.0 +Pillow==12.1.1