Skip to content

Commit 9c1533d

Browse files
committed
Drop python 3.9 support
(#203)
1 parent d65a1ee commit 9c1533d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.3.dev0"
88
authors = [{ name="ANSYS, Inc.", email="[email protected]" }]
99
description = "Python client library for Ansys Rocky"
1010
readme = "README.rst"
11-
requires-python = ">=3.9,<4"
11+
requires-python = ">=3.10,<4"
1212
license = { file = "LICENSE" }
1313
classifiers = [
1414
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)