diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70067782..d95249a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,16 +73,8 @@ jobs: strategy: matrix: os: [ubuntu, windows] - 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', 3.14t] required: [true] - include: - - os: ubuntu - python-version: 3.14-dev - required: false - - os: windows - python-version: 3.14-dev - required: false - steps: - uses: actions/checkout@v5 diff --git a/changelog.d/1274.fixed.rst b/changelog.d/1274.fixed.rst new file mode 100644 index 00000000..75dacf07 --- /dev/null +++ b/changelog.d/1274.fixed.rst @@ -0,0 +1 @@ +Add free threaded Python 3.14t to the testing