Skip to content

Commit

Permalink
project: Fix wrong Python version requirement
Browse files Browse the repository at this point in the history
Only the classifiers were updated, but not the actual version
requirement.
  • Loading branch information
holesch committed Jul 27, 2024
1 parent fc60627 commit e4103fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = "not-my-board"
description = "Tool to setup, manage and use a board farm "
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = {file = "LICENSE.txt"}
authors = [
{name = "Simon Holesch", email = "simon@holesch.de"},
Expand Down

0 comments on commit e4103fb

Please sign in to comment.