Skip to content

Commit e263b60

Browse files
committed
Run tests for Python 3.14
1 parent ecb12f1 commit e263b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
python: ["3.12", "3.13"]
41+
python: ["3.12", "3.13", "3.14"]
4242
steps:
4343
- name: ⤵️ Check out code from GitHub
4444
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)