Skip to content

Commit ceffc7f

Browse files
authored
Update pyproject.toml
Fix: versions in pyproject.toml
1 parent 19789cb commit ceffc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "causal_testing_framework"
1111
authors = [{ name = "The CITCOM team" }]
1212
description = "A framework for causal testing using causal directed acyclic graphs."
1313
readme = "README.md"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
license = { text = "MIT" }
1616
keywords = ["causal inference", "verification"]
1717
dependencies = [
@@ -63,7 +63,7 @@ find = { }
6363
[tool.black]
6464
# https://github.com/psf/black
6565
line-length = 120
66-
target-version = ["py39"]
66+
target-version = ["py310"]
6767

6868
[tool.autopep8]
6969
max_line_length = 120

0 commit comments

Comments
 (0)