Skip to content

Commit 86e4f5c

Browse files
authored
Bump python to 3.14
1 parent e67b5ea commit 86e4f5c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout repo
1414
uses: actions/checkout@v2
15-
- name: Set Up Python 3.10
15+
- name: Set Up Python 3.14
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.14"
1919

2020
- name: Install pytest and flake8
2121
run: |

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
flake8==5.0.4
2-
flake8-annotations==2.9.1
3-
flake8-quotes==3.3.1
4-
flake8-variables-names==0.0.5
5-
pep8-naming==0.13.2
6-
pytest==7.1.3
1+
flake8
2+
flake8-annotations
3+
flake8-quotes
4+
flake8-variables-names
5+
pep8-naming
6+
pytest

0 commit comments

Comments
 (0)