We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67b5ea commit 86e4f5cCopy full SHA for 86e4f5c
.github/workflows/test.yml
@@ -12,10 +12,10 @@ jobs:
12
steps:
13
- name: Checkout repo
14
uses: actions/checkout@v2
15
- - name: Set Up Python 3.10
+ - name: Set Up Python 3.14
16
uses: actions/setup-python@v2
17
with:
18
- python-version: "3.10"
+ python-version: "3.14"
19
20
- name: Install pytest and flake8
21
run: |
requirements.txt
@@ -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
+flake8
+flake8-annotations
+flake8-quotes
+flake8-variables-names
+pep8-naming
+pytest
0 commit comments