diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ab2c065..7dd7b66 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [macos-13, macos-latest, ubuntu-latest] - python: ["3.8", "3.10", "3.12"] + python: ["3.8", "3.10", "3.12", "3.13"] runs-on: ${{ matrix.os }} steps: