mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-02 10:35:48 +08:00
Enable tests for 3.14 in CI, fixes #2070
This commit is contained in:
@@ -7,8 +7,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-24.04, windows-2022]
|
||||
python-version: ["3.13", "3.12", "3.11", "3.10"]
|
||||
environment: ['3.13', '3.12', '3.11', '3.10', 'interpreter']
|
||||
python-version: ["3.14", "3.13", "3.12", "3.11", "3.10"]
|
||||
environment: ['3.14', '3.13', '3.12', '3.11', '3.10', 'interpreter']
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user