Skip to content

Commit c021e9a

Browse files
committed
Use Python 3.12
1 parent fce1117 commit c021e9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
env:
1919
PYTHONDONTWRITEBYTECODE: 1
2020
FORCE_COLOR: 1
21-
PYTHON_VERSION: "3.11"
21+
PYTHON_VERSION: "3.12"
2222

2323
jobs:
2424
pytest:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ISIMIP data
22
===========
33

4-
[![Python Version](https://img.shields.io/badge/python->=3.11-blue)](https://www.python.org/)
4+
[![Python Version](https://img.shields.io/badge/python->=3.12-blue)](https://www.python.org/)
55
[![License](https://img.shields.io/github/license/ISI-MIP/isimip-data?style=flat)](https://github.com/ISI-MIP/isimip-data/blob/main/LICENSE)
66
[![CI status](https://github.com/ISI-MIP/isimip-data/actions/workflows/ci.yaml/badge.svg)](https://github.com/ISI-MIP/isimip-data/actions/workflows/ci.yaml)
77
[![Latest release](https://shields.io/github/v/release/ISI-MIP/isimip-data)](https://github.com/ISI-MIP/isimip-data/releases)

0 commit comments

Comments
 (0)