From ddf18ce85be3c060f3acd28b47e5c4b20adbfd69 Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:09:42 -0700 Subject: [PATCH] Python 3.12 --- changelog.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6c80504..b720010 100644 --- a/changelog.md +++ b/changelog.md @@ -19,6 +19,12 @@ All notable changes to this project be documented in this file. - nothing so far --> +## [0.2.1] - 2024-Aug-27 + +### Changed + +- Test against Python 3.12, ditch 3.7 + ## [0.1.1] - 2023-Oct-18 ### Changed diff --git a/pyproject.toml b/pyproject.toml index bb78a84..76b0e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ authors = [{name = "Brian Okken"}] readme = "README.md" license = {file = "LICENSE.txt"} description="pytest parametrize scope fixture workaround" -version = "0.2.0" -requires-python = ">=3.7" +version = "0.2.1" +requires-python = ">=3.8" classifiers = [ "License :: OSI Approved :: MIT License", "Framework :: Pytest" ,