Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django Kubernetes Probes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
Django Kubernetes Probes
Commits
033c20c5
Commit
033c20c5
authored
Jan 9, 2024
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
accept 3.8
parent
61abc3d7
No related branches found
No related tags found
No related merge requests found
Pipeline
#120272
failed
Jan 9, 2024
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
setup.cfg
+4
-2
4 additions, 2 deletions
setup.cfg
with
8 additions
and
3 deletions
.gitlab-ci.yml
+
4
−
1
View file @
033c20c5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
4
−
2
View file @
033c20c5
[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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment