Skip to content

Commit

Permalink
MAINT: drop Python 3.8 support due to EOL (#40)
Browse files Browse the repository at this point in the history
* DX: exclude `.constraints` dir from VS Code search
  • Loading branch information
redeboer authored Oct 11, 2024
1 parent a2c14f0 commit fae82e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 194 deletions.
191 changes: 0 additions & 191 deletions .constraints/py3.8.txt

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
- id: nbqa-flake8
- id: nbqa-isort
- id: nbqa-pyupgrade
args: [--py38-plus]
args: [--py39-plus]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"python.terminal.activateEnvironment": false,
"redhat.telemetry.enabled": false,
"rewrap.wrappingColumn": 88,
"search.exclude": {
"**/.constraints/py*.txt": true
},
"telemetry.telemetryLevel": "off"
}
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Physics",
Expand All @@ -28,7 +27,7 @@ classifiers = [
description = "Jupyter notebooks for the STRONG2020 school in Salamanca, 2023"
dynamic = ["version"]
name = "strong2020-salamanca"
requires-python = ">=3.8"
requires-python = ">=3.9"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit fae82e6

Please sign in to comment.