Skip to content

Commit

Permalink
Fix failing CI/tests Workflows (#235)
Browse files Browse the repository at this point in the history
* Remove Beta from Readme

* Remove 3.12-dev, upgrade setuptools
  • Loading branch information
jbesomi authored Aug 29, 2023
1 parent c8e863a commit 2d42dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up venv
shell: bash
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pip setuptools
python3 -m venv .venv
- name: Install project
Expand Down

0 comments on commit 2d42dca

Please sign in to comment.