Skip to content

Commit fe0e0dc

Browse files
committed
feat: limit to Python 3.X
1 parent 0deceb7 commit fe0e0dc

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 @@ name = "ansys-additive"
88
version = "0.14.0.dev4"
99
description = "A python client for the Ansys Additive service"
1010
readme = "README.rst"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.8,<4"
1212
license = { file = "LICENSE" }
1313
authors = [{ name = "Ansys, Inc.", email = "[email protected]" }]
1414
maintainers = [

0 commit comments

Comments
 (0)