Skip to content
Snippets Groups Projects
Commit c61e85a5 authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

remove testing on python 3.9

python 3.9 on github has trouble installing numexpr.
parent f7171acc
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment