Skip to content

Commit 00bde2f

Browse files
authored
Merge pull request #17 from kmaehashi/test-with-py313
Add CI for Python 3.13
2 parents cdec7ea + 3b00cc4 commit 00bde2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
14+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1515
flake8: [
1616
'flake8==4.*',
1717
'flake8==5.*',
@@ -28,6 +28,8 @@ jobs:
2828
flake8: 'flake8==6.*'
2929
- python: '3.12'
3030
flake8: 'flake8==4.*'
31+
- python: '3.13'
32+
flake8: 'flake8==4.*'
3133

3234
steps:
3335
- name: Git Checkout

0 commit comments

Comments
 (0)