Commit fe40b63
committed
Update Python version requirement to >=3.8
- Update pyproject.toml requires-python from >=3.6 to >=3.8
- Update setup.cfg classifiers to remove Python 3.6 and 3.7 support
- Add support for Python 3.8, 3.9, 3.10, 3.11, and 3.12
- Update Dockerfile.dev to use Python 3.8 base image
This change is necessary because the code uses importlib.metadata
which was introduced in Python 3.8, making the previous >=3.6
requirement incorrect and causing import errors on older versions.1 parent ad49a18 commit fe40b63
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments