We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19789cb commit ceffc7fCopy full SHA for ceffc7f
pyproject.toml
@@ -11,7 +11,7 @@ name = "causal_testing_framework"
11
authors = [{ name = "The CITCOM team" }]
12
description = "A framework for causal testing using causal directed acyclic graphs."
13
readme = "README.md"
14
-requires-python = ">=3.9"
+requires-python = ">=3.10"
15
license = { text = "MIT" }
16
keywords = ["causal inference", "verification"]
17
dependencies = [
@@ -63,7 +63,7 @@ find = { }
63
[tool.black]
64
# https://github.com/psf/black
65
line-length = 120
66
-target-version = ["py39"]
+target-version = ["py310"]
67
68
[tool.autopep8]
69
max_line_length = 120
0 commit comments