Skip to content
Snippets Groups Projects
Commit 033c20c5 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

accept 3.8

parent 61abc3d7
No related branches found
No related tags found
No related merge requests found
Pipeline #120272 failed
......@@ -8,9 +8,12 @@ test:
parallel:
matrix:
- PYTHON_VERSION: [
"3.8-slim",
"3.9-slim",
"3.10-slim",
"3.11-slim",
"3.12-slim",
"latest-slim",
]
......@@ -18,7 +21,7 @@ test:
upload:
stage: deploy
needs: ['test', ]
image: python:3.11
image: python:latest
script:
- pip install -r requirements-dev.txt
- python setup.py sdist
......
[metadata]
name = django-kubernetes-probes
version = 1.0
version = 1.0.1
description = A Django app to expose probes for kubernetes
long_description = file: README.rst
url = https://www.example.com/
......@@ -17,6 +17,8 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
......@@ -26,6 +28,6 @@ classifiers =
[options]
include_package_data = true
packages = find:
python_requires = >=3.10
python_requires = >=3.8
install_requires =
Django >= X.Y # Replace "X.Y" as appropriate
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment