Skip to content

Commit ad0bb00

Browse files
Merge pull request #56 from UIUCLibrary/dev
build: remove python 3.8 support
2 parents 4171664 + 5a77505 commit ad0bb00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
python-version: ['3.8' ,'3.9', '3.10', '3.11', '3.12', '3.13']
9+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1010
fail-fast: false
1111
name: Python ${{ matrix.python-version }} ${{ matrix.os }} build
1212
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38, py39, py310, py311, py312, py313
2+
envlist = py39, py310, py311, py312, py313
33
isolated_build = true
44
minversion = 2.0
55

0 commit comments

Comments
 (0)