From 61bbfc37e4322065cb3222ca150998b83fa3c841 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 3 Oct 2023 10:23:12 +0200 Subject: [PATCH 1/2] CI - add Python 3.12 --- .github/workflows/.tests-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index 48262595..926dd18a 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -32,7 +32,7 @@ jobs: --health-retries 5 strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] steps: - uses: actions/checkout@v3 - name: Install Poetry and Dependencies From e6bb8637d21d3be7d8cbe9797f3f412bd246c333 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 3 Oct 2023 10:48:55 +0200 Subject: [PATCH 2/2] update package metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b1f4fbe2..0800dded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: JavaScript" ] exclude = ["fittrackee/tests"]