diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 01d51e0..098bb34 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -28,10 +28,10 @@ jobs: include: - os: ubuntu-latest python-version: "3.9" - - os: ubuntu-latest - python-version: "3.8" - - os: ubuntu-latest - python-version: "3.7" + # - os: ubuntu-latest + # python-version: "3.8" + # - os: ubuntu-latest + # python-version: "3.7" steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 8008d60..ffe4abe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # archeryutils ![GitHub](https://img.shields.io/github/license/jatkinson1000/archeryutils) -[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/) +[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jatkinson1000/archeryutils/testing.yaml) [![codecov](https://codecov.io/gh/jatkinson1000/archeryutils/branch/main/graph/badge.svg?token=AZU7G6H8T0)](https://codecov.io/gh/jatkinson1000/archeryutils) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) diff --git a/pyproject.toml b/pyproject.toml index 39ee47f..db19d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] readme = "README.md" license = {file = "LICENSE"} -requires-python = ">=3.7" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",