From 2351ff848f65bb3bae8624713a657a0210c31287 Mon Sep 17 00:00:00 2001 From: ThalesCarl Date: Fri, 28 Feb 2025 15:50:51 -0300 Subject: [PATCH] Try to add py 3.11 and 3.12 Just a check to see if it works in the CI out of the box --- .github/workflows/main.yml | 2 +- setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0224752a..1ea8e0b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10"] + python-version: ["3.10", "3.11", "3.12"] os: [ubuntu-latest, windows-latest] steps: diff --git a/setup.cfg b/setup.cfg index 55adf340..d2b6e379 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,8 @@ classifiers = License :: OSI Approved :: MIT License Natural Language :: English Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [options.entry_points] console_scripts =