Skip to content

Commit

Permalink
Remove python version classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
deknowny committed Nov 20, 2021
1 parent d6953b1 commit 5e95158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [created]
workflow_run:
workflows: [ 'Test' ]
workflows: ["CI"]
types:
- completed

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Expand Up @@ -19,10 +19,7 @@ classifiers = [
"Intended Audience :: Developers",
"Natural Language :: English",
"Typing :: Typed",
"Topic :: Utilities",
"Python :: 3.9",
"Python :: 3.8",
"Python :: 3.10"
"Topic :: Utilities"
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 5e95158

Please sign in to comment.