Skip to content

Commit 1a48a30

Browse files
committed
DEP: Drop Python 3.9 and 3.10
1 parent e164e2e commit 1a48a30

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# fmu-config
22

33
![fmu-config](https://github.com/equinor/fmu-config/workflows/fmu-config/badge.svg)
4-
![Python Version](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)
4+
![Python Version](https://img.shields.io/badge/python-3.11%20|%203.12%20|%203.13-blue.svg)
55
[![License: LGPL v3](https://img.shields.io/github/license/equinor/fmu-tools)](https://www.gnu.org/licenses/lgpl-3.0)
66
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
77
[![PyPI](https://img.shields.io/pypi/v/fmu-config.svg)](https://pypi.org/project/fmu-config/)

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ write_to = "src/fmu/config/version.py"
1212
name = "fmu-config"
1313
description = "Library for various config scripts in FMU scopes"
1414
readme = "README.md"
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.11"
1616
license = { file = "LICENSE" }
1717
authors = [
1818
{ name = "Equinor", email = "jriv@equinor.com" },
@@ -23,8 +23,6 @@ classifiers = [
2323
"Intended Audience :: Developers",
2424
"Natural Language :: English",
2525
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.9",
27-
"Programming Language :: Python :: 3.10",
2826
"Programming Language :: Python :: 3.11",
2927
"Programming Language :: Python :: 3.12",
3028
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)