Skip to content

Commit

Permalink
allow python 3.12 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 1, 2023
1 parent 52865b5 commit 81e0879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def readme():
"sqlalchemy>=1.2.0,<2.0.0dev",
],
extras_require=extras,
python_requires=">=3.8, <3.12",
python_requires=">=3.8, <3.13",
tests_require=["packaging", "pytz"],
entry_points={
"sqlalchemy.dialects": ["bigquery = sqlalchemy_bigquery:BigQueryDialect"]
Expand Down

0 comments on commit 81e0879

Please sign in to comment.