Skip to content

Commit

Permalink
bump minimum version down to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pkelaita committed May 14, 2024
1 parent d132e44 commit 67316e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:

env:
default-python: "3.12"
minimum-supported-python: "3.11"
minimum-supported-python: "3.9"

jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ L2M2 currently supports the following models:

## Requirements

- Python >= 3.11
- Python >= 3.9

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ urls.Issues = "https://github.com/pkelaita/l2m2/issues"

readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.11"
requires-python = ">=3.9"
dynamic = ["dependencies", "version"]


Expand Down

0 comments on commit 67316e4

Please sign in to comment.