Skip to content

Commit ec2ba23

Browse files
committed
chore: remove python 3.13 and 3.14 as workflow tested to work
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent cd54caf commit ec2ba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
21+
python-version: ["3.10", "3.11", "3.12"]
2222

2323
steps:
2424
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)