diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb5d433..ba54849 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: id: py uses: actions/setup-python@v5 with: - python-version: "3.8 - 3.13" + python-version: "3.8 - 3.14" update-environment: true - name: Upgrade build dependencies @@ -129,7 +129,7 @@ jobs: uses: actions/setup-python@v5 if: startsWith(github.ref, 'refs/tags/') with: - python-version: "3.8 - 3.13" + python-version: "3.8 - 3.14" update-environment: true - name: Upgrade pip diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index bd36f28..9b85a3f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: id: py uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.8 - 3.14" update-environment: true - name: Upgrade pip diff --git a/.readthedocs.yaml b/.readthedocs.yaml index afa2dab..551edfc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-lts-latest tools: - python: "3.8" + python: latest jobs: post_install: - bash docs/source/fix-psutil-docstring.sh diff --git a/nvitop-exporter/pyproject.toml b/nvitop-exporter/pyproject.toml index 32fe517..51daca8 100644 --- a/nvitop-exporter/pyproject.toml +++ b/nvitop-exporter/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Environment :: GPU", diff --git a/pyproject.toml b/pyproject.toml index c7ea3c1..7db6dab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Environment :: GPU",