diff --git a/.github/workflows/general_ci.yml b/.github/workflows/general_ci.yml index dfbffd0..89f4f5a 100644 --- a/.github/workflows/general_ci.yml +++ b/.github/workflows/general_ci.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] os: ["ubuntu-latest", "windows-latest", "macos-latest"] # Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64) # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760