Skip to content

Commit 64b59b0

Browse files
author
Roman Cattaneo
committed
Set minimal python version to 3.11
pyFV3 requires a minimum python version 3.11. This was updated two months ago. This commit cleans up the following two leftovers: 1. In `setup.py`, update the classifiers 2. In the `Dockerfile`, start from the python 3.11 image
1 parent 595c3c8 commit 64b59b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.11
22

33
RUN apt-get update &&\
44
apt install -y --no-install-recommends \

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"License :: OSI Approved :: BSD License",
3636
"Natural Language :: English",
3737
"Programming Language :: Python :: 3",
38-
"Programming Language :: Python :: 3.8",
39-
"Programming Language :: Python :: 3.9",
38+
"Programming Language :: Python :: 3.11",
4039
],
4140
description="pyFV3 is a NDSL-based FV3 dynamical core for atmospheric models",
4241
install_requires=requirements,

0 commit comments

Comments
 (0)