Skip to content

Commit

Permalink
3.12 still not solid - removing
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 6, 2023
1 parent badde66 commit 155fd26
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
matrix:
os-version: ["ubuntu-22.04"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: "${{ matrix.os-version }}"
steps:
- name: Checkout
Expand All @@ -132,13 +132,6 @@ jobs:
- name: Upgrade pip
run: pip install --upgrade pip

- name: Install setuptools
run: pip install --upgrade setuptools

- name: Install distribute
run: pip install --upgrade distribute
if: ${{ vars.matrix.python-version == '3.12' }}

- name: Install tox
run: pip install tox

Expand Down

0 comments on commit 155fd26

Please sign in to comment.