Skip to content

Commit d5a3dc4

Browse files
authored
Update publish.yaml
1 parent 50693b6 commit d5a3dc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.4"]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: macos-latest
5151
strategy:
5252
matrix:
53-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
53+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.4"]
5454

5555
steps:
5656
- uses: actions/checkout@v4
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: windows-latest
8989
strategy:
9090
matrix:
91-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
91+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.4"]
9292

9393
steps:
9494
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)