Skip to content

Commit 079cbfa

Browse files
committed
chore: Support for Python 3.13
1 parent 0aeffae commit 079cbfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A collection of Airflow operators, hooks, and utilities to execut
55
authors = [{ name = "Tomás Farías Santana", email = "tomas@tomasfarias.dev" }]
66
license = "MIT"
77
readme = "README.md"
8-
requires-python = ">=3.9,<3.13"
8+
requires-python = ">=3.9,<3.14"
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",
1111

0 commit comments

Comments
 (0)