Skip to content

Commit 7d53e8d

Browse files
committed
remove Python 3.8 and 3.9 from the generated package
1 parent 73092a9 commit 7d53e8d

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

template/.github/workflows/{% if AddGitHubActions %}build.yml{% endif %}

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Build for (${{ '{{ ' -}} matrix.python-version }}, ${{ '{{ ' -}} matrix.os }})
1515
runs-on: ${{ '{{ ' -}} matrix.os }}
1616
strategy:
17-
fail-fast: false
17+
fail-fast: true
1818
matrix:
1919
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
20-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
20+
python-version: ['3.10', '3.11', '3.12']
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ '{{ ' -}} matrix.python-version }}

template/project_setup.md.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ checklist](https://guide.esciencecenter.nl/#/best_practices/checklist).
1111

1212
This repository is set up with Python versions:
1313

14-
- 3.8
15-
- 3.9
1614
- 3.10
1715
- 3.11
1816
- 3.12

template/pyproject.toml.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ classifiers = [
2424
}[license] }}",
2525
"Natural Language :: English",
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.8",
28-
"Programming Language :: Python :: 3.9",
2927
"Programming Language :: Python :: 3.10",
3028
"Programming Language :: Python :: 3.11",
3129
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)