We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a0650 commit 5321ce7Copy full SHA for 5321ce7
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
-
19
uses: actions/setup-python@v4
20
with:
21
- python-version: '3.x'
+ python-version: '3.8'
22
- name: "Main Script"
23
run: |
24
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- python-version: ['3.6', '3.7', '3.x']
+ python-version: ['3.8', '3.9', '3.x']
33
steps:
34
- uses: actions/checkout@v3
35
setup.py
@@ -18,7 +18,7 @@
'Topic :: Utilities',
],
- python_requires="~=3.6",
+ python_requires="~=3.8",
install_requires=[
"ply>=3.4",
"pycparser>=2.18,<=2.20",
0 commit comments