Skip to content

Commit 50abd9c

Browse files
committed
chore(ci): expand test matrix to include Python 3.12 and 3.13
1 parent 056445f commit 50abd9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
python-version:
1616
- "3.9"
1717
- "3.11"
18+
- "3.12"
19+
- "3.13"
1820
steps:
1921
- uses: actions/checkout@v3
2022
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)