Commit a964fad
committed
fix: remove Python 3.8 and 3.9 from integration test matrix
The codebase requires Python 3.10+ due to the use of pattern matching
(match/case statements) in src/nutrient_dws/file_handler.py. This commit
aligns the integration test matrix with the project's Python version
requirements specified in pyproject.toml.
This fixes CI failures where Python 3.8/3.9 would encounter syntax errors
when trying to import modules that use Python 3.10+ features.1 parent 607b984 commit a964fad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments