From e39db071936f1cf2eb14095d379abc2ac087efaa Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Wed, 7 Jan 2026 12:22:26 +0300 Subject: [PATCH 1/3] Classifiers in pyproject.toml are added --- pyproject.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f617dfc..2b13956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ exclude = [".git", "__pycache__", "env", "venv"] [project] name = "testgres" version = "1.13.0" -requires-python = ">=3.7.17" description = "Testing utility for PostgreSQL and its extensions" readme = "README.md" @@ -31,6 +30,24 @@ keywords = [ 'postgresql', ] +requires-python = ">=3.7.17" + +classifiers = [ + "Intended Audience :: Developers", + "Operating System :: Unix", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.7", + "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", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Testing", +] + dependencies = [ "pg8000", "port-for>=0.4", From 43a6fe96acc5d70dd771bc9fd289276ee722fc35 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Wed, 7 Jan 2026 14:17:04 +0300 Subject: [PATCH 2/3] README is updated (PyPi python versions) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfe07eb..23aa2df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Build Status](https://api.travis-ci.com/postgrespro/testgres.svg?branch=master)](https://travis-ci.com/github/postgrespro/testgres) [![codecov](https://codecov.io/gh/postgrespro/testgres/branch/master/graph/badge.svg)](https://codecov.io/gh/postgrespro/testgres) -[![PyPI version](https://badge.fury.io/py/testgres.svg)](https://badge.fury.io/py/testgres) +[![PyPI package version](https://badge.fury.io/py/testgres.svg)](https://badge.fury.io/py/testgres) +[![PyPi python versions](https://img.shields.io/pypi/pyversions/testgres)](https://pypi.org/project/testgres) [Documentation](https://postgrespro.github.io/testgres/) From 7af09f368036645d0444355382acc18d871fecd4 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Thu, 8 Jan 2026 00:06:47 +0300 Subject: [PATCH 3/3] README is updated (PyPI) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23aa2df..91e83f3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://api.travis-ci.com/postgrespro/testgres.svg?branch=master)](https://travis-ci.com/github/postgrespro/testgres) [![codecov](https://codecov.io/gh/postgrespro/testgres/branch/master/graph/badge.svg)](https://codecov.io/gh/postgrespro/testgres) [![PyPI package version](https://badge.fury.io/py/testgres.svg)](https://badge.fury.io/py/testgres) -[![PyPi python versions](https://img.shields.io/pypi/pyversions/testgres)](https://pypi.org/project/testgres) +[![PyPI python versions](https://img.shields.io/pypi/pyversions/testgres)](https://pypi.org/project/testgres) [Documentation](https://postgrespro.github.io/testgres/)