diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8fbce5..fc676be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.11.11 hooks: - id: ruff name: Lint via ruff diff --git a/.readthedocs.yml b/.readthedocs.yml index 3e9f235..e038579 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3" diff --git a/pyproject.toml b/pyproject.toml index c09d22d..f64a607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,15 +26,13 @@ keywords = [ "micropython", "circuitpython", ] -license = {text = "MIT AND PSF-2.0"} +license = "MIT AND PSF-2.0 AND 0BSD" classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Embedded Systems", "Topic :: System :: Hardware", "Topic :: File Formats", - "License :: OSI Approved :: MIT License", - "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: MicroPython", ]