Skip to content

Commit

Permalink
chore: drop Python 3.8 also in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IamGianluca committed Apr 5, 2024
1 parent 15a2868 commit 098c645
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 @@ -3,7 +3,7 @@ name = "blazingai"
version = "2.0.0"
description = "A framework to accelerate AI development"
authors = [{name= "Gianluca Rossi" , email= "gr.gianlucarossi@gmail.com" }]
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {file = "LICENSE"}
readme = "README.md"
dependencies = [
Expand Down

0 comments on commit 098c645

Please sign in to comment.