Skip to content

Commit 2478637

Browse files
Fix badges + bump min python (#1049)
2 parents 4747310 + f27a6b2 commit 2478637

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Materials Project API
22

3-
[![testing](https://github.com/materialsproject/api/workflows/testing/badge.svg)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting)
3+
[![testing](https://github.com/materialsproject/api/actions/workflows/testing.yml/badge.svg?branch=main)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting+branch%3Amain)
44
[![codecov](https://codecov.io/gh/materialsproject/api/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/api)
5-
![python](https://img.shields.io/badge/Python-3.9+-blue.svg?logo=python&logoColor=white)
5+
![python](https://img.shields.io/badge/Python-3.11+-blue.svg?logo=python&logoColor=white)
66

77
This repository is the development environment for the new Materials Project API. A core client implementation will reside here. For information on how to use the API, please see the updated [documentation](https://docs.materialsproject.org/downloading-data/how-do-i-download-the-materials-project-database).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "API Client for the Materials Project"
1111
readme = "README.md"
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.11"
1313
license = { text = "modified BSD" }
1414
classifiers = [
1515
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)