Skip to content

Commit

Permalink
Upgrade Trove classifier to 2024.10.12 (apache#42961)
Browse files Browse the repository at this point in the history
Test was failing: https://github.com/apache/airflow/actions/runs/11306055404/job/31446236535

```
pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
diff --git a/pyproject.toml b/pyproject.toml
index 844e1b6..5e9f587 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ requires = [
     "pluggy==1.5.0",
     "smmap==5.0.1",
     "tomli==2.0.2; python_version < '3.11'",
-    "trove-classifiers==2024.10.11",
+    "trove-classifiers==2024.10.12",
 ]
 build-backend = "hatchling.build"
```
  • Loading branch information
kaxil authored Oct 12, 2024
1 parent 4cd1e7d commit 8ee9d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requires = [
"pluggy==1.5.0",
"smmap==5.0.1",
"tomli==2.0.2; python_version < '3.11'",
"trove-classifiers==2024.10.11",
"trove-classifiers==2024.10.12",
]
build-backend = "hatchling.build"

Expand Down

0 comments on commit 8ee9d01

Please sign in to comment.