Skip to content

Commit

Permalink
Drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Oct 13, 2024
1 parent c72386e commit 9a87d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Full Test and Merge
name: CI

on:
push:
Expand All @@ -15,13 +15,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
django-version: ['<4.2', '<4.3', '<5.1']
exclude:
- python-version: '3.7'
django-version: '<5.1'
- python-version: '3.8'
django-version: '<5.1'
- python-version: '3.9'
django-version: '<5.1'
- python-version: '3.12'
Expand Down Expand Up @@ -56,7 +52,6 @@ jobs:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}


release:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
asgiref = ">=3.6"
django = ">=3.2"
django-ninja = "*"
Expand Down

0 comments on commit 9a87d00

Please sign in to comment.