Skip to content

Commit a74f316

Browse files
chore(deps): update dependency python to 3.14
1 parent f65899c commit a74f316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.6'
21+
python-version: '3.14'
2222
- name: Install Flake8
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Python 3
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: 3.11
25+
python-version: 3.14
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)