Skip to content

Commit 513c82b

Browse files
committed
Set python test matrix to 3.14 to validate new version behavior
1 parent 246956a commit 513c82b

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,6 @@ jobs:
1515
matrix:
1616
python: ["3.14"]
1717
os: [ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest]
18-
include:
19-
# On 3.9 there is a problem with import errors caused by pytests' loader that surface due
20-
# to a bug in CPython (https://github.com/python/cpython/issues/91351), so we avoid using
21-
# the assert rewriter.
22-
- python: "3.9"
23-
pytestExtraArgs: "--assert=plain"
24-
- os: ubuntu-latest
25-
python: "3.13"
26-
docsTarget: true
27-
cloudTestTarget: true
28-
clippyLinter: true
29-
- os: ubuntu-latest
30-
python: "3.9"
31-
protoCheckTarget: true
32-
- os: ubuntu-arm
33-
runsOn: ubuntu-24.04-arm64-2-core
34-
- os: macos-intel
35-
runsOn: macos-13
36-
# On 3.13.3 there is some issue with macOS intel where it hangs after pytest with some
37-
# test that may have a worker that cannot properly shutdown, but it does not occur on
38-
# other versions, platforms, etc. See https://github.com/temporalio/sdk-python/issues/834.
39-
- os: macos-intel
40-
python: "3.13"
41-
pythonOverride: "3.13.2"
42-
- os: macos-arm
43-
runsOn: macos-latest
4418
runs-on: ${{ matrix.runsOn || matrix.os }}
4519
steps:
4620
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)