mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-11 14:35:29 +00:00
lower python requirement to 3.10
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
python-version: ["3.10", "3.11", "3.12"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ authors = [
|
|||||||
description = "Add FAIR signpostings to response headers"
|
description = "Add FAIR signpostings to response headers"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Django>=3.0",
|
"Django>=3.0",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user