Skip to content

Commit 29933b1

Browse files
authored
Merge pull request #658 from FreeTAKTeam/master
added action changes
2 parents 489f2bb + 71938f6 commit 29933b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
python-version: ["3.9", "3.10", "3.11"]
13+
python-version: ["3.11"]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python ${{ matrix.python-version }}
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python-version: ["3.9", "3.10", "3.11"]
37+
python-version: ["3.11"]
3838
steps:
3939
- uses: actions/checkout@v3
4040
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)