Skip to content

Commit a3a6338

Browse files
authored
Use python 3.12 (#47)
* Use python 3.12 * Update README.md
1 parent 8f443cd commit a3a6338

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: ['3.13']
16+
python-version: ['3.12']
1717
os: ['ubuntu-latest', 'windows-latest']
1818
omc-version: ['stable']
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Dependencies
88

99
- [OpenModelica](https://github.com/OpenModelica/OpenModelica)
10-
- [Python >= 3.13](https://www.python.org/)
10+
- [Python >= 3.12](https://www.python.org/)
1111

1212
## Supported platforms
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers = [
4747
{ name = "Adeel Asghar", email = "adeel.asghar@liu.se" }
4848
]
4949
license = { file = "license.txt" }
50-
requires-python = ">=3.13"
50+
requires-python = ">=3.12"
5151
dependencies = [
5252
"six",
5353
"pytest",

0 commit comments

Comments
 (0)