Skip to content

Commit aafd0f6

Browse files
committed
👷(project) assess python 3.14 compatibility
Python 3.14 is now mature enough to be added to the compatibility matrix.
1 parent 9eba262 commit aafd0f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/quality.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.11"
1919
- "3.12"
2020
- "3.13"
21+
- "3.14"
2122

2223
steps:
2324
- uses: actions/checkout@v4
@@ -38,6 +39,7 @@ jobs:
3839
- "3.11"
3940
- "3.12"
4041
- "3.13"
42+
- "3.14"
4143

4244
steps:
4345
- uses: actions/checkout@v4
@@ -62,6 +64,7 @@ jobs:
6264
- "3.11"
6365
- "3.12"
6466
- "3.13"
67+
- "3.14"
6568

6669
steps:
6770
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)