File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ write_to = "src/fmu/config/version.py"
1212name = " fmu-config"
1313description = " Library for various config scripts in FMU scopes"
1414readme = " README.md"
15- requires-python = " >=3.9 "
15+ requires-python = " >=3.11 "
1616license = { file = " LICENSE" }
1717authors = [
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" ,
You can’t perform that action at this time.
0 commit comments