Skip to content

Commit 84ebc7e

Browse files
committed
Fix Python version for pyright
1 parent cec788a commit 84ebc7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
matrix:
9494
python-platform: ["Linux", "Windows", "Darwin"]
95-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
95+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
9696
fail-fast: false
9797
steps:
9898
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)