Skip to content

Commit 166a788

Browse files
authored
Update Python versions in GitHub Actions workflow (#106)
Signed-off-by: Erdem Demir <35841628+erdemdmr@users.noreply.github.com>
1 parent e3ea064 commit 166a788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.7', '3.8']
17+
python-version: ['3.12', '3.13', '3.14']
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)