summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-18 09:46:01 +0100
committerGitHub <noreply@github.com>2023-01-18 09:46:01 +0100
commit3bbe22dafcc69c5ffa79707f5a74eb1faf466e12 (patch)
tree4bec6a7016732be33f2e1cddd80c18478cb2dee9 /.github
parentd54717118360e8679aa2bd0c5a1625f3e84712ba (diff)
downloaddjango-3bbe22dafcc69c5ffa79707f5a74eb1faf466e12.tar.gz
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedule_tests.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index d758642ef7..84183ca39e 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -16,8 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- - '3.8'
- - '3.9'
- '3.10'
- '3.11'
- '3.12-dev'