We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681a354 commit 9886d51Copy full SHA for 9886d51
1 file changed
.github/workflows/ci.yml
@@ -11,16 +11,16 @@ permissions:
11
12
jobs:
13
python-build:
14
- name: Python 3.13
+ name: Python 3.14
15
runs-on: ubuntu-latest
16
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
20
- - name: Set up Python 3.13
+ - name: Set up Python 3.14
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.13'
+ python-version: '3.14'
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
0 commit comments