From 32f0ef746267155eabeecaaa94727fc2759591a7 Mon Sep 17 00:00:00 2001 From: euri10 Date: Tue, 1 Oct 2024 08:18:09 +0200 Subject: [PATCH] ci: added 3.11 and 3.12 --- .github/workflows/build-package.yml | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index 62df536..c4ef3fa 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 8dc41fa..76a34b7 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,8 @@ def read(fname): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: MIT License', ], keywords='pytest random test order shuffle',