diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af796da..ab889f2 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.9 + python-version: 3.11 - name: psycopg2 prerequisites run: sudo apt-get install libpq-dev diff --git a/pyproject.toml b/pyproject.toml index 01e6b68..69cba20 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.8" +requires-python = ">=3.11" dependencies = ["django>=4.2.6"] readme = "README.md" classifiers= [ diff --git a/requirements.txt b/requirements.txt index 7525b01..c9feaa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -psycopg2-binary==2.8.6 +psycopg[binary]==3.1.12 django==4.2.6 Pillow==9.0.1