We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e05424 commit 23ae592Copy full SHA for 23ae592
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, macos-latest-large]
16
- python: ['3.10', '3.12', '3.14']
+ python: ['3.10', '3.12']
17
steps:
18
- uses: actions/checkout@v5
19
- name: Use Python ${{ matrix.python }}
0 commit comments