Commit 614bf4f
Drop Python 3.8 support, require Python 3.9+
juliacall 0.9.28 requires Python 3.9+. Python 3.8 reached EOL in
October 2024, so dropping support aligns with upstream requirements.
Changes:
- Remove Python 3.8 from package classifiers
- Add python_requires='>=3.9' to setup.py
- Update CI matrix to test Python 3.9 and 3.13 instead of 3.8 and 3.13
This fixes the CI error:
"ERROR: No matching distribution found for juliacall>=0.9.28"
on Python 3.8 runners.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 2ac06b6 commit 614bf4f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
0 commit comments