Skip to content

Commit 2e75bfe

Browse files
Try 3.13 only
1 parent 7d1804a commit 2e75bfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: Tests
22

3-
on:
4-
push:
5-
pull_request:
3+
on: [push]
64

75
jobs:
86
build:
97
runs-on: ubuntu-latest
108
strategy:
119
matrix:
12-
python-version: ${{ github.ref == 'refs/heads/main' && '3.11,3.12,3.13' || '3.13' }}
10+
python-version: [3.13]
1311

1412
steps:
1513
- uses: actions/checkout@v2.3.1

0 commit comments

Comments
 (0)