Aurélie GABU commited on
Commit
b18e8a5
·
1 Parent(s): 343b471

ci: update pyproject python version

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -6,7 +6,7 @@ authors = [
6
  {name = "Diane.Aurélie",email = "aurelie.gabu@gmail.com"}
7
  ]
8
  readme = "README.md"
9
- requires-python = "^3.11"
10
  dependencies = [
11
  "pandas ==2.2.3",
12
  "numpy ==1.26.4",
 
6
  {name = "Diane.Aurélie",email = "aurelie.gabu@gmail.com"}
7
  ]
8
  readme = "README.md"
9
+ requires-python = "~3.11"
10
  dependencies = [
11
  "pandas ==2.2.3",
12
  "numpy ==1.26.4",