Skip to content

Commit 0837586

Browse files
authored
Bump to python 3.10 in pyproject.toml (#356)
1 parent 7e7df8f commit 0837586

File tree

2 files changed

+413
-493
lines changed

2 files changed

+413
-493
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ classifiers = [
1313
"License :: OSI Approved :: The Unlicense (Unlicense)",
1414
"License :: OSI Approved :: MIT License",
1515
]
16-
requires-python = ">=3.9"
16+
requires-python = ">=3.10"
1717
dependencies = [
1818
"sphinx>=4.0",
19-
"clang>=11",
19+
"clang>=12",
2020
"beautifulsoup4",
2121
]
2222
[project.urls]

0 commit comments

Comments
 (0)