@@ -6,7 +6,7 @@ authors = [
66 {name = " Daniel Gafni" , email = " danielgafni16@gmail.com" },
77]
88license = {text = " Apache-2.0" }
9- requires-python = " >=3.9 ,<3.13"
9+ requires-python = " >=3.10 ,<3.13"
1010readme = " README.md"
1111keywords = [
1212 " dagster" ,
@@ -15,7 +15,6 @@ keywords = [
1515 " distributed" ,
1616]
1717classifiers = [
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
@@ -65,7 +64,6 @@ dev = [
6564 " pytest<8.0.0,>=7.3.1" ,
6665 " ruff>=0.3.0,<1.0.0" ,
6766 " pre-commit>=4.3.0,<4.4.0" ,
68- " dagit<2.0.0,>=1.3.9" ,
6967 " pytest-cases<4.0.0,>=3.6.14" ,
7068 " pytest-kubernetes<1.0.0,>=0.3.1" ,
7169 " blacken-docs<2.0.0,>=1.16.0" ,
@@ -76,6 +74,7 @@ dev = [
7674 " ipython>=8.12.3" ,
7775 " syrupy>=4.9.1" ,
7876 " pytest-env>=1.1.3" ,
77+ " dagster-webserver>=1.10.2" ,
7978]
8079docs = [
8180 " griffe>=1.14.0" ,
@@ -102,7 +101,7 @@ log_cli = true
102101log_level = " INFO"
103102
104103[tool .ruff ]
105- target-version = " py39 "
104+ target-version = " py310 "
106105line-length = 120
107106src = [
108107 " src" ,
@@ -145,7 +144,7 @@ ban-relative-imports = "all"
145144banned-module-level-imports = [" ray" , " kubernetes" , " torch" ]
146145
147146[tool .pyright ]
148- pythonVersion = " 3.9 "
147+ pythonVersion = " 3.10 "
149148typeCheckingMode = " standard"
150149failOnWarnings = false
151150reportPropertyTypeMismatch = true
0 commit comments