Skip to content
Snippets Groups Projects
Commit d6cc6b2d authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Bump compat target to 3.8 (for walruses)

parent dbda5f28
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
# matches compat target in setup.py # matches compat target in setup.py
python-version: '3.6' python-version: '3.8'
- name: "Main Script" - name: "Main Script"
run: | run: |
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
...@@ -51,7 +51,7 @@ jobs: ...@@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.6", "3.8", "3.9", "3.x"] python-version: ["3.8", "3.9", "3.x"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- -
......
...@@ -35,7 +35,7 @@ setup(name="pymbolic", ...@@ -35,7 +35,7 @@ setup(name="pymbolic",
url="http://mathema.tician.de/software/pymbolic", url="http://mathema.tician.de/software/pymbolic",
packages=find_packages(), packages=find_packages(),
python_requires="~=3.6", python_requires="~=3.8",
install_requires=[ install_requires=[
"pytools>=2", "pytools>=2",
"pytest>=2.3", "pytest>=2.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment