Skip to content

Commit 7861293

Browse files
Python version correction update default configuration ETABS 22
1 parent dafec39 commit 7861293

4 files changed

Lines changed: 48 additions & 4 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.12

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
]
21-
requires-python = ">=3.13"
21+
requires-python = ">=3.12"
2222
dependencies = [
2323
"pythonnet>=3.0.5",
2424
]

src/pytabs/pytabs_config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[ETABS]
2-
API_DLL_PATH = C:\Program Files\Computers and Structures\ETABS 21\ETABSv1.dll
2+
API_DLL_PATH = C:\Program Files\Computers and Structures\ETABS 22\ETABSv1.dll

0 commit comments

Comments
 (0)