Browse Source

fix: support for Python 3.14 (#80)

tags/v1.0.13
Deuchnord 3 weeks ago
committed by GitHub
parent
commit
420b8a5552
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/tests.yml

+ 1
- 0
.github/workflows/tests.yml View File

@@ -24,6 +24,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14'

name: Python ${{ matrix.python_version }} (${{ matrix.os }})
steps:


Loading…
Cancel
Save