diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3919526db..d8d7dad90 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -5,7 +5,7 @@ name: OpenTimelineIO # for configuring which build will be a C++ coverage build / coverage report env: - GH_COV_PY: "3.10" + GH_COV_PY: "3.13" GH_COV_OS: ubuntu-latest GH_DEPENDABOT: dependabot @@ -91,7 +91,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-15] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] include: - { os: ubuntu-latest, shell: bash } - { os: macos-15, shell: bash } @@ -175,7 +175,7 @@ jobs: windows-latest, macos-15, ] - python-build: ["cp39", "cp310", "cp311", "cp312", "cp313"] + python-build: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314"] steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4