Skip to content

Commit

Permalink
Update pyproject classifiers for Python 3.11 and 3.12 (#262)
Browse files Browse the repository at this point in the history
Update pyproject classifiers for Python 3.11 and 3.12
  • Loading branch information
pankajastro authored Oct 17, 2024
1 parent cbc705e commit cfacd03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"apache-airflow>=2.0",
Expand Down

0 comments on commit cfacd03

Please sign in to comment.