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 c509c71 commit eddea74Copy full SHA for eddea74
.github/workflows/test.yml
@@ -30,9 +30,9 @@ jobs:
30
steps:
31
- name: checkout
32
uses: actions/checkout@v2
33
- - name: Set up Python 3.8
+ - name: Set up Python 3.12
34
uses: actions/setup-python@v1
35
- with: { python-version: 3.8 }
+ with: { python-version: 3.12 }
36
- name: Install pip and pipenv
37
run: |
38
python -m pip install --upgrade pip
Pipfile
@@ -13,4 +13,4 @@ unicodecsv = "*"
13
setuptools = "71.1.0"
14
15
[requires]
16
-python_version = "3.8"
+python_version = "3.12"
0 commit comments