Skip to content

Commit c93e4f4

Browse files
committed
Remove Python version 3.8 due to EOL so no longer need to test that version
1 parent 51c23f7 commit c93e4f4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919
include:
2020
- python-version: "3.11"
2121
use_pandas: 1
@@ -27,9 +27,6 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
cache: poetry
2929
- run: |
30-
if [[ "${{matrix.python-version}}" == "3.8" ]]; then
31-
sed -i -e 's/python = "^3.9.0"/python = "^3.8.0"/g' -e 's/pylint = "^3.3.3"/pylint = "^2.17.4"/g' pyproject.toml
32-
fi
3330
if ! poetry install; then
3431
poetry lock
3532
poetry install

0 commit comments

Comments
 (0)