From 9781515c4976cc8587de1f84b025476d3e0279bc Mon Sep 17 00:00:00 2001 From: esoteric-ephemera Date: Fri, 2 Jan 2026 11:26:54 -0800 Subject: [PATCH 1/3] fix badges and bump min python consistent with emmet-core --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6386f0145..e991a4c61 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Materials Project API -[![testing](https://github.com/materialsproject/api/workflows/testing/badge.svg)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting) +[![testing](https://github.com/materialsproject/api/workflows/testing/badge.svg)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting+branch%3Amain) [![codecov](https://codecov.io/gh/materialsproject/api/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/api) -![python](https://img.shields.io/badge/Python-3.9+-blue.svg?logo=python&logoColor=white) +![python](https://img.shields.io/badge/Python-3.11+-blue.svg?logo=python&logoColor=white) 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). diff --git a/pyproject.toml b/pyproject.toml index dfb15f5ca..044015c5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "API Client for the Materials Project" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" license = { text = "modified BSD" } classifiers = [ "Programming Language :: Python :: 3", From a8deceba6dea60c0d45c87c005b86cafeefbdbdc Mon Sep 17 00:00:00 2001 From: esoteric-ephemera Date: Fri, 2 Jan 2026 11:30:15 -0800 Subject: [PATCH 2/3] fix badges and bump min python consistent with emmet-core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e991a4c61..b5011d3ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Materials Project API -[![testing](https://github.com/materialsproject/api/workflows/testing/badge.svg)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting+branch%3Amain) +[![testing](https://github.com/materialsproject/api/workflows/testing/badge.svg?branch=main)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting+branch%3Amain) [![codecov](https://codecov.io/gh/materialsproject/api/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/api) ![python](https://img.shields.io/badge/Python-3.11+-blue.svg?logo=python&logoColor=white) From f27a6b2010a644098fd5cff49e8ae59bcb45ba08 Mon Sep 17 00:00:00 2001 From: esoteric-ephemera Date: Fri, 2 Jan 2026 11:37:43 -0800 Subject: [PATCH 3/3] correct badge url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5011d3ab..9de791edf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Materials Project API -[![testing](https://github.com/materialsproject/api/workflows/testing/badge.svg?branch=main)](https://github.com/materialsproject/api/actions?query=workflow%3Atesting+branch%3Amain) +[![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) [![codecov](https://codecov.io/gh/materialsproject/api/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/api) ![python](https://img.shields.io/badge/Python-3.11+-blue.svg?logo=python&logoColor=white)