From fe4f1340cdca5967b5cd9b66b9c760fa4355621c Mon Sep 17 00:00:00 2001 From: Vaughn Kottler Date: Thu, 5 Oct 2023 13:48:25 -0500 Subject: [PATCH] Try to enable Python 3.12 --- .github/workflows/python-package.yml | 1 + README.md | 3 ++- local/configs/python.yaml | 2 +- pyproject.toml | 1 + setup.py | 3 ++- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index ec58dee..719827d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -20,6 +20,7 @@ jobs: python-version: - "3.10" - "3.11" + - "3.12" system: - ubuntu-latest - macos-latest diff --git a/README.md b/README.md index c57a464..76f4208 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ===================================== generator=datazen version=3.1.3 - hash=598c034e692603540425830661a95aa1 + hash=c704961deeb1f544c94a11a7582f58d4 ===================================== --> @@ -31,6 +31,7 @@ This package is tested with the following Python minor versions: * [`python3.10`](https://docs.python.org/3.10/) * [`python3.11`](https://docs.python.org/3.11/) +* [`python3.12`](https://docs.python.org/3.12/) ## Platform Support diff --git a/local/configs/python.yaml b/local/configs/python.yaml index 4952efd..31a01bd 100644 --- a/local/configs/python.yaml +++ b/local/configs/python.yaml @@ -4,7 +4,7 @@ author_info: email: "vaughnkottler@gmail.com" username: "vkottler" -versions: ["3.10", "3.11"] +versions: ["3.10", "3.11", "3.12"] systems: - macos-latest diff --git a/pyproject.toml b/pyproject.toml index aa911e4..3a59417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", diff --git a/setup.py b/setup.py index a843b9a..0a2b968 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # ===================================== # generator=datazen # version=3.1.3 -# hash=b10cdc2e4759a797bc0d36b525de6ade +# hash=43286ed57052c2548361d2dcdd062187 # ===================================== """ @@ -30,6 +30,7 @@ "versions": [ "3.10", "3.11", + "3.12", ], } setup(