From 11bfd3e8ec1c21a78e49614254cb3cca32a8a8fa Mon Sep 17 00:00:00 2001 From: Tianyi Zheng Date: Fri, 20 Dec 2024 05:59:51 -0800 Subject: [PATCH] Drop Python 3.9 support --- .github/workflows/autotest.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 5d3a7f2..9881c69 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index f2a6043..04eab27 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Build Status](https://img.shields.io/github/actions/workflow/status/pittcsc/PittAPI/autotest.yml?branch=dev) ![License](https://img.shields.io/badge/license-GPLv2-blue.svg) -![Python Version](https://img.shields.io/badge/python-%3E%3D%203.9-green.svg) +![Python Version](https://img.shields.io/badge/python-%3E%3D%203.10-green.svg) The Pitt API is an unofficial Python API made by Ritwik Gupta at the University of Pittsburgh in an effort to get more open data from Pitt.