Skip to content

Commit

Permalink
Fix CI (#25)
Browse files Browse the repository at this point in the history
Actions now use Ubuntu 24.04 with python >= 3.9.*
actions/runner-images#10636
  • Loading branch information
phannebohm authored Jan 25, 2025
1 parent 82c52c9 commit 9b3c96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.12"]
python-version: ["3.9", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion PythonToModelica/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
python_requires='>=3.7',
python_requires='>=3.9',
)

0 comments on commit 9b3c96e

Please sign in to comment.