summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBranch Vincent <branchevincent@gmail.com>2024-10-20 12:30:55 -0700
committerBranch Vincent <branchevincent@gmail.com>2024-10-20 12:30:55 -0700
commit04a1770ebd39584147b554f0dafa6b1ff9ee1dda (patch)
tree541e2ae770ae5ba1cd2450f8acb3aafd3817bc7e
parent44ae3e5f0b2b5e6763792008fbced494e343e699 (diff)
Add 3.13 support
-rw-r--r--.github/workflows/test.yml4
-rw-r--r--pyproject.toml1
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5465ba2f..d9daaedf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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:
diff --git a/pyproject.toml b/pyproject.toml
index 5e9328ef..13b26bb7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"