From 0527727c0eb5a394574db542718ed50f824564b6 Mon Sep 17 00:00:00 2001 From: aklajnert Date: Wed, 24 Jul 2024 13:16:29 +0200 Subject: [PATCH] Do not bump version yet --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 294480f..f0515a3 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): setup( name="pytest-subprocess", - version="1.5.2", + version="1.5.1", author="Andrzej Klajnert", author_email="python@aklajnert.pl", maintainer="Andrzej Klajnert", @@ -66,7 +66,6 @@ def read(fname): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Operating System :: OS Independent",