Skip to content

Commit

Permalink
Minor CI cleanup.
Browse files Browse the repository at this point in the history
This patch updates our supported python versions, and removes the unused
mergify configuration.

Signed-off-by: Jason Guiditta <[email protected]>
  • Loading branch information
jguiditta authored and jpichon committed Apr 2, 2024
1 parent 09e0236 commit 8c6eded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install Tox and any other packages
run: |
python -m pip install --upgrade pip
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install Tox and any other packages
run: |
python -m pip install --upgrade pip
Expand Down
31 changes: 0 additions & 31 deletions .mergify.yml

This file was deleted.

0 comments on commit 8c6eded

Please sign in to comment.