Skip to content

Commit 609f053

Browse files
committed
chore: bump Python versions compatibility
Signed-off-by: Romain Beuque <[email protected]>
1 parent 95b0769 commit 609f053

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ credential creation and requests signing.
4343
Installation
4444
============
4545

46-
The python wrapper works with Python 3.6+.
46+
The python wrapper works with Python 3.7+.
4747

4848
The easiest way to get the latest stable release is to grab it from `pypi
4949
<https://pypi.python.org/pypi/ovh>`_ using ``pip``.

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers =
2121
Programming Language :: Python :: 3.9
2222
Programming Language :: Python :: 3.10
2323
Programming Language :: Python :: 3.11
24+
Programming Language :: Python :: 3.12
2425
Topic :: Software Development :: Libraries :: Python Modules
2526
Topic :: System :: Archiving :: Packaging
2627

0 commit comments

Comments
 (0)