Skip to content

Commit 4b003bc

Browse files
committed
maintenance: Verify support for Python 3.12
1 parent d6b8866 commit 4b003bc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-20.04
99
strategy:
1010
matrix:
11-
python: ['3.8', '3.9', '3.10', '3.11']
11+
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55
x.x.x ?
66
==================
77

8-
* Added ...
8+
* Verify support for Python 3.12
99

1010
0.7.1 2024-01-12
1111
==================

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def local_file(name):
3737
'Programming Language :: Python :: 3.9',
3838
'Programming Language :: Python :: 3.10',
3939
'Programming Language :: Python :: 3.11',
40+
'Programming Language :: Python :: 3.12',
4041
'Topic :: System :: Monitoring',
4142
],
4243
install_requires=[

0 commit comments

Comments
 (0)