Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 9a87d00

Browse files
Drop 3.8
1 parent c72386e commit 9a87d00

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/test_and_merge.yml renamed to .github/workflows/CI.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Full Test and Merge
1+
name: CI
22

33
on:
44
push:
@@ -15,13 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1919
django-version: ['<4.2', '<4.3', '<5.1']
2020
exclude:
21-
- python-version: '3.7'
22-
django-version: '<5.1'
23-
- python-version: '3.8'
24-
django-version: '<5.1'
2521
- python-version: '3.9'
2622
django-version: '<5.1'
2723
- python-version: '3.12'
@@ -56,7 +52,6 @@ jobs:
5652
PR_URL: ${{github.event.pull_request.html_url}}
5753
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5854

59-
6055
release:
6156
runs-on: ubuntu-latest
6257
if: "startsWith(github.ref, 'refs/tags/')"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
[tool.poetry.dependencies]
26-
python = ">=3.8"
26+
python = ">=3.9"
2727
asgiref = ">=3.6"
2828
django = ">=3.2"
2929
django-ninja = "*"

0 commit comments

Comments
 (0)