Skip to content

Commit

Permalink
removes legacy python classifiers from setup.py (#25871)
Browse files Browse the repository at this point in the history
## Summary & Motivation

We no longer target these versions of Python; open to discussion on
better ways of maintaining accuracy of these classifiers.

## How I Tested These Changes

bk

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Nov 19, 2024
1 parent 745bbe8 commit 84f7964
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/dagster-ui-screenshot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
license="Apache-2.0",
description="Utility for taking automated screenshots from the Dagster UI",
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
Expand Down
1 change: 0 additions & 1 deletion python_modules/libraries/dagster-deltalake-pandas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def get_version() -> str:
description="Package for storing Pandas DataFrames in Delta tables.",
url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-deltalake-pandas",
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
1 change: 0 additions & 1 deletion python_modules/libraries/dagster-deltalake-polars/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def get_version() -> str:
description="Package for storing Polars DataFrames in Delta tables.",
url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-deltalake-polars",
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
1 change: 0 additions & 1 deletion python_modules/libraries/dagster-deltalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def get_version() -> str:
description="Package for Deltalake-specific Dagster framework op and resource components.",
url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-deltalake",
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
Expand Down

1 comment on commit 84f7964

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-5wwec86l5-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 84f7964.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.