mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-14 05:40:40 +00:00
feat: add support for python 3.12
This commit is contained in:
parent
0873846d53
commit
cbbd34ae94
@ -7,7 +7,7 @@ when:
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
|
@ -7,7 +7,7 @@ when:
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
@ -45,7 +45,7 @@ steps:
|
||||
- event: [tag]
|
||||
|
||||
publish-pypi:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
secrets:
|
||||
- source: pypi_password
|
||||
target: POETRY_HTTP_BASIC_PYPI_PASSWORD
|
||||
|
@ -7,7 +7,7 @@ when:
|
||||
|
||||
steps:
|
||||
check-format:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
@ -17,7 +17,7 @@ steps:
|
||||
PY_COLORS: "1"
|
||||
|
||||
check-coding:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
|
@ -11,10 +11,11 @@ matrix:
|
||||
- docker.io/library/python:3.9
|
||||
- docker.io/library/python:3.10
|
||||
- docker.io/library/python:3.11
|
||||
- docker.io/library/python:3.12
|
||||
|
||||
steps:
|
||||
fetch:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch --depth=2147483647
|
||||
|
||||
|
@ -14,6 +14,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Utilities",
|
||||
]
|
||||
description = "Prometheus Service Discovery for Proxmox VE."
|
||||
|
Loading…
Reference in New Issue
Block a user