From fadf317ddb5bdb003ceabb7fe93b765e68b0ac23 Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Tue, 17 Dec 2024 16:21:01 +0200 Subject: [PATCH] bump python version in project file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27b0bfc8..9efda06a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Environment :: Console", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.10", "Topic :: Database", "Topic :: System :: Archiving :: Backup" ]