Skip to content

Commit d70d9db

Browse files
authored
Update package metadata (#33087)
## Summary & Motivation Need to track down a few failing tests -- they seem to be just related to warning messages but better to be safe here. ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
1 parent 740cbc2 commit d70d9db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python_modules/dagster/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,14 @@ def get_version() -> str:
7070
"Programming Language :: Python :: 3.11",
7171
"Programming Language :: Python :: 3.12",
7272
"Programming Language :: Python :: 3.13",
73-
"Programming Language :: Python :: 3.14",
7473
"License :: OSI Approved :: Apache Software License",
7574
"Topic :: System :: Monitoring",
7675
"Topic :: Software Development :: Libraries :: Application Frameworks",
7776
"Operating System :: OS Independent",
7877
],
7978
packages=find_packages(exclude=["dagster_tests*"]),
8079
include_package_data=True,
81-
python_requires=">=3.10,<3.15",
80+
python_requires=">=3.10,<3.14",
8281
install_requires=[
8382
# cli
8483
"click>=5.0,<9.0",

0 commit comments

Comments
 (0)