Skip to content

Commit fcf123a

Browse files
committed
Test Python 3.13 support
1 parent 634f259 commit fcf123a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, test-github-action ]
99
pull_request:
1010
branches: [ master ]
1111

@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
18+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
1919

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

0 commit comments

Comments
 (0)