Skip to content

Commit b31105a

Browse files
committed
Update test workflow to remove Python 3.8
- Update test workflow to no longer run tests on Python 3.8 - Maintain testing for Python versions 3.9 through 3.13
1 parent 5b33bd5 commit b31105a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)