From 62ef1320ba1ed4dc5248bb7074de4b3b188b4223 Mon Sep 17 00:00:00 2001 From: Anders Schau Knatten Date: Fri, 21 Feb 2025 15:48:37 +0100 Subject: [PATCH] Drop support for Python 3.9 It doesn't support Django 5 which we're moving to soon --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01290c8..63b87b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Check out code uses: actions/checkout@v2 diff --git a/README.md b/README.md index f21635f..7468d28 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ and is not available in this repository.) ![Build Status](https://github.com/knatten/cppquiz/actions/workflows/ci.yml/badge.svg) # Requirements -- Python 3.9 or higher +- Python 3.10 or higher - CppQuiz is only tested on Ubuntu and MacOS, but will probably work on many other OSes as well # Contributing