Skip to content

Commit 82f1a31

Browse files
docs: Update supported Python versions and README badges
Signed-off-by: Bernhard Kaindl <[email protected]>
1 parent 724e199 commit 82f1a31

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Common XenServer/XCP-ng Python classes
22

3-
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
4-
[![](https://img.shields.io/badge/python-2.7_%7C_3.6_%7C_3.7_%7C_3.8_%7C_3.9_%7C_3.10_%7C_3.11+-blue.svg)](https://www.python.org/downloads/)
3+
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com)
4+
[![](https://img.shields.io/badge/python-3.6_%7C_3.11_%7C_3.12_%7C_3.13-blue.svg)](https://www.python.org/downloads/)
5+
[![](https://coveralls.io/repos/github/xenserver/python-libs/badge.svg?branch=master)](https://coveralls.io/github/xenserver/python-libs?branch=master)
56
[![codecov](https://codecov.io/gh/xenserver/python-libs/branch/master/graph/badge.svg?token=6WKVLDXJFN)](https://codecov.io/gh/xenserver/python-libs)
67
[![](https://img.shields.io/badge/License-BSD--2--Cause%20%26%20MIT-brightgreen)](https://github.com/xenserver/python-libs/blob/master/LICENSE)
8+
[![](https://img.shields.io/badge/Sphinx-docs-blue.svg)](https://python-libs.onrender.com/)
79

810
The `xcp` directory contains the Common XenServer and XCP-ng Python packages.
911
They are intented for use in XenServer and XCP-ng Dom0 only and deal with logging,

docs/source/index.rst

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
.. python-libs documentation master file, created by
2-
sphinx-quickstart on Tue Aug 26 19:05:28 2025.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
1+
.. python-libs documentation master file
52
6-
python-libs documentation
7-
=========================
3+
XenServer Python classes
4+
========================
5+
6+
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
7+
:target: https://pre-commit.com/
8+
9+
.. image:: https://coveralls.io/repos/github/xenserver/python-libs/badge.svg?branch=master
10+
:target: https://coveralls.io/github/xenserver/python-libs?branch=master
11+
12+
.. image:: https://codecov.io/gh/xenserver/python-libs/branch/master/graph/badge.svg?token=6WKVLDXJFN
13+
:target: https://codecov.io/gh/xenserver/python-libs/branch/master
14+
15+
.. image:: https://img.shields.io/badge/License-BSD--2--Cause%20%26%20MIT-brightgreen
16+
:target: https://opensource.org/licenses/BSD-2-Clause
17+
18+
.. image:: https://img.shields.io/badge/Sphinx-docs-blue.svg
19+
:target: https://python-libs.onrender.com/
820

921
.. toctree::
1022
:maxdepth: 2

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "python-libs"
44
dynamic = ["version"]
55
description = "Common Xenserver Python classes"
6-
requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
6+
requires-python = ">=3.6.*"
77
license = {file = "LICENSE"}
88
keywords = ["xenserver", "xen-project", "libraries"]
99
authors = [
@@ -20,14 +20,10 @@ readme = "README.md"
2020
classifiers = [
2121
"Development Status :: 5 - Production/Stable",
2222
"Operating System :: POSIX :: Linux",
23-
"Programming Language :: Python :: 2.7",
2423
"Programming Language :: Python :: 3.6",
25-
"Programming Language :: Python :: 3.7",
26-
"Programming Language :: Python :: 3.8",
27-
"Programming Language :: Python :: 3.9",
28-
"Programming Language :: Python :: 3.10",
2924
"Programming Language :: Python :: 3.11",
3025
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
3127
"Programming Language :: Python :: Implementation :: CPython",
3228
"Topic :: System :: Hardware",
3329
"Topic :: System :: Installation/Setup",

0 commit comments

Comments
 (0)