Skip to content

Commit 27e1182

Browse files
committed
Try to increase python versions
1 parent aa6ece0 commit 27e1182

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/kwalitee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Kwalitee
33
on: [push]
44

55
jobs:
6-
build:
6+
Check Kwalitee:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.11", "3.12"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "term-timer"
77
version = "1.0"
88
description = "Speed Cubing Timer on your Terminal"
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.8"
1111
dependencies = [
1212
"magiccube",
1313
"rich",

0 commit comments

Comments
 (0)