Add 3.13 support

This commit is contained in:
Branch Vincent 2024-10-20 12:30:55 -07:00
parent 44ae3e5f0b
commit 04a1770ebd
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
# Only test the latest stable version
python-version: ["3.12"]
python-version: ["3.13"]
steps:

View File

@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: System :: Monitoring",
]
requires-python = ">=3.8"