Skip to content

Commit ef33c7d

Browse files
committed
chore(all): GH action a bit less optimistic
1 parent 253ec79 commit ef33c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ '3.8','3.9','3.10','3.11','3.12' ]
14+
python-version: [ '3.9','3.10','3.11','3.12' ]
1515

1616
steps:
1717
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "A Python library for processing Zooscan images, reproducing ZooProcess legacy (v8) behavior"
1212
readme = "README.md"
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.9"
1414
license = {file = "LICENSE"}
1515
classifiers = [
1616
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)