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: ...@@ -8,7 +8,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"] python-version: ["3.10", "3.11", "3.12"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment