Skip to content

Commit

Permalink
Change python requirement from 3.10.6 to 3.10 (#25)
Browse files Browse the repository at this point in the history
Change python requirement from 3.10.6 to 3.10
  • Loading branch information
ggwiebe authored Jan 17, 2024
1 parent 731c780 commit 7897d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynamic = ["version"]
description = 'Common libraries for Databricks Labs'
readme = "README.md"
license-files = { paths = ["LICENSE", "NOTICE"] }
requires-python = ">=3.10.6" # latest available in DBR 13.2
requires-python = ">=3.10"
keywords = ["Databricks"]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -94,4 +94,4 @@ exclude_lines = [
"no cov",
"if __name__ == .__main__.:",
"if TYPE_CHECKING:",
]
]

0 comments on commit 7897d29

Please sign in to comment.