From 7a961d97d7c5545ab37a14f94ae79e21ddfa8666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Tue, 10 Dec 2024 17:22:20 +0100 Subject: [PATCH] Require Python 3.11 --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a97fd01c..eeef3b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Equinor ASA", email = "fg_sib-scout@equinor.com" }, ] description = "Forward models and workflows for Ert." -requires-python = ">=3.8" +requires-python = ">=3.11" readme = "README.md" license = { text = "GPL-3.0" } classifiers = [ @@ -18,9 +18,6 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python", - "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", "Topic :: Scientific/Engineering",