Skip to content

Commit

Permalink
Drop support for Python 3.9
Browse files Browse the repository at this point in the history
It doesn't support Django 5 which we're moving to soon
  • Loading branch information
knatten committed Feb 21, 2025
1 parent 74bae10 commit 62ef132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62ef132

Please sign in to comment.