Skip to content

Commit f685bbb

Browse files
committed
remove python3.7 testing
1 parent 569c33e commit f685bbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name: Python package
22

3-
on: [push]
4-
5-
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
68

79
jobs:
810
test-linux:
911
runs-on: ubuntu-latest
1012
strategy:
1113
max-parallel: 3
1214
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.x"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.x"]
1416

1517
steps:
1618
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)