jerpint commited on
Commit
8a26d25
1 Parent(s): e112463

downgrade python requirement to 3.8

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -7,7 +7,7 @@ name = "buster"
7
  version = "0.0.1"
8
  description = "buster the bot for the mila cluster"
9
  readme = "README.md"
10
- requires-python = ">=3.9"
11
  dynamic = ["dependencies"]
12
 
13
  [tool.setuptools.dynamic]
 
7
  version = "0.0.1"
8
  description = "buster the bot for the mila cluster"
9
  readme = "README.md"
10
+ requires-python = ">=3.8"
11
  dynamic = ["dependencies"]
12
 
13
  [tool.setuptools.dynamic]