diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 152aa35f..8e4f396b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,7 @@ jobs: - python-version: "3.9" - python-version: "3.10" - python-version: "3.11" + - python-version: "3.12" steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 833bbd13..0db6faf2 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Internet :: WWW/HTTP", "Topic :: System :: Monitoring", ],