We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f443cd commit a3a6338Copy full SHA for a3a6338
3 files changed
.github/workflows/Test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- python-version: ['3.13']
+ python-version: ['3.12']
17
os: ['ubuntu-latest', 'windows-latest']
18
omc-version: ['stable']
19
README.md
@@ -7,7 +7,7 @@
7
## Dependencies
8
9
- [OpenModelica](https://github.com/OpenModelica/OpenModelica)
10
- - [Python >= 3.13](https://www.python.org/)
+ - [Python >= 3.12](https://www.python.org/)
11
12
## Supported platforms
pyproject.toml
@@ -47,7 +47,7 @@ maintainers = [
47
{ name = "Adeel Asghar", email = "adeel.asghar@liu.se" }
48
]
49
license = { file = "license.txt" }
50
-requires-python = ">=3.13"
+requires-python = ">=3.12"
51
dependencies = [
52
"six",
53
"pytest",
0 commit comments