From ddd13a06a00f12341654c313f89faa1fce530081 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Fri, 1 Dec 2023 11:28:06 -0600 Subject: [PATCH] Build improvements. --- .github/workflows/build.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a284d5..02cee97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: os: [ ubuntu-latest ] python-version: [ "3.9", "3.11" ] include: - - python-version: "3.6" + - python-version: "3.8" os: ubuntu-20.04 runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index ded80c8..7d51f45 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![Build](https://github.com/{%PROJECT_GITHUB_USER%}/{%PROJECT_ID%}/actions/workflows/build.yml/badge.svg)](https://github.com/{%PROJECT_GITHUB_USER%}/{%PROJECT_ID%}/actions/workflows/build.yml) -![Python Versions](https://img.shields.io/badge/python-%203.6%20|%203.7%20|%203.8%20|%203.9%20|%203.10%20|%203.11%20-blue) +![Python Versions](https://img.shields.io/badge/python-%203.8%20|%203.9%20|%203.10%20|%203.11%20-blue) ![GitHub License](https://img.shields.io/github/license/{%PROJECT_GITHUB_USER%}/{%PROJECT_ID%}) # {%PROJECT_NAME%} ## Prerequisites -- Python (>= 3.6) +- Python (>= 3.8) - Pip (>= 9.0) ## Getting Started