diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index 08d4ca71..ea325910 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-20.04"] - python_version: ["3.8", "3.9", "3.10", "3.11"] + python_version: ["3.10", "3.11"] services: postgres: image: postgres:12 diff --git a/requirements.txt b/requirements.txt index c4f2317b..848c372f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.7 +Django==5.0.1 psycopg2-binary==2.9.9 python-dotenv==1.0.0 whitenoise==6.6.0