Skip to content

Commit

Permalink
⬇️ Don't support Python 3.12 (not until OMPython does)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Jun 25, 2024
1 parent f1e9813 commit d8f9b46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
include:
- { name: '3.10', python: '3.10', tox: py310 }
- { name: '3.12', python: '3.12', tox: py312 }
- { name: '3.11', python: '3.11', tox: py311 }
- { name: 'min', python: '3.10', tox: min }
steps:
- name: "Set up OpenModelica Compiler"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = lint,py310,py311,py312,min
envlist = lint,py310,py311,min
skip_missing_interpreters = True

[testenv]
Expand All @@ -24,4 +24,4 @@ skip_install = true
commands =
pre-commit run pyupgrade --all-files --show-diff-on-failure
pre-commit run black --all-files --show-diff-on-failure
pre-commit run flake8 --all-files --show-diff-on-failure
pre-commit run flake8 --all-files --show-diff-on-failure

0 comments on commit d8f9b46

Please sign in to comment.