diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 57130cd7..d4a4662b 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.7 - 3.12" + python-version: "3.7 - 3.13" update-environment: true - name: Set up Python 3.7 @@ -140,7 +140,7 @@ jobs: uses: actions/setup-python@v5 if: startsWith(github.ref, 'refs/tags/') with: - python-version: "3.7 - 3.12" + python-version: "3.7 - 3.13" update-environment: true - name: Upgrade pip diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fa5de64b..a94462f9 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.7 - 3.12" + python-version: "3.7 - 3.13" update-environment: true - name: Set up Python 3.7 diff --git a/nvitop-exporter/pyproject.toml b/nvitop-exporter/pyproject.toml index a64f32c2..a04d3801 100644 --- a/nvitop-exporter/pyproject.toml +++ b/nvitop-exporter/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Environment :: GPU", diff --git a/pyproject.toml b/pyproject.toml index c39ff01c..8f1b5596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Environment :: GPU",