Skip to content

Commit f073cfd

Browse files
committed
remove python 3.8
1 parent 798a108 commit f073cfd

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: linting
44
on:
55
push:
66
paths-ignore:
7-
pyproject.toml
7+
- pyproject.toml
88

99
env:
1010
UV_SYSTEM_PYTHON: true

.github/workflows/testing_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ main ]
77
paths-ignore:
8-
pyproject.toml
8+
- pyproject.toml
99
pull_request:
1010
branches:
1111
- main

.github/workflows/testing_multiversion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ main ]
99
paths-ignore:
10-
pyproject.toml
10+
- pyproject.toml
1111

1212
env:
1313
UV_SYSTEM_PYTHON: true
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2323

2424
steps:
2525
# Check out repo and set up Python

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ authors = [
2121
readme = "README.md"
2222
keywords = ["specs", "phoibos", "arpes"]
2323
license = { file = "LICENSE" }
24-
requires-python = ">=3.8"
24+
requires-python = ">=3.9"
2525
classifiers = [
26-
"Programming Language :: Python :: 3.8",
2726
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)