From fb061939c9341a4c4657c12818003ff531236eb8 Mon Sep 17 00:00:00 2001 From: Samuel Maurer Date: Tue, 25 Jul 2023 14:59:36 -0700 Subject: [PATCH] Adjust python versions --- .github/workflows/coverage.yml | 2 +- .github/workflows/cross-compatibility.yml | 4 ++-- .github/workflows/installation.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ae7bec9..5afbe34 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.10' - name: Install Pandana run: | pip install . diff --git a/.github/workflows/cross-compatibility.yml b/.github/workflows/cross-compatibility.yml index c665393..3dc65a9 100644 --- a/.github/workflows/cross-compatibility.yml +++ b/.github/workflows/cross-compatibility.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -42,7 +42,7 @@ jobs: strategy: matrix: os: [windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/installation.yml b/.github/workflows/installation.yml index bb5b49e..91d6d08 100644 --- a/.github/workflows/installation.yml +++ b/.github/workflows/installation.yml @@ -21,7 +21,7 @@ jobs: # Pip installation for Windows is not supported. Pip installation for Mac is # broken in the GitHub Actions environment with Pandana v0.6 but should be fixed # in the next Pandana release. - python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -43,7 +43,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8, 3.9, '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}