Skip to content

Commit

Permalink
Python3.11.1 breaks a bunch of dependencies!
Browse files Browse the repository at this point in the history
  • Loading branch information
makeclean committed Jan 31, 2023
1 parent f47c961 commit 061643b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: 3.10.9
- name: Build plasma source
run: |
pip install --upgrade pip
pip install -r requirements-develop.txt
python -m build --sdist .
- name: Upload wheel artifact
Expand All @@ -35,7 +36,7 @@ jobs:
needs: build
strategy:
matrix:
python-version: [3.9.16, 3.10.9, 3.11.1]
python-version: [3.9.16, 3.10.9]

steps:
- uses: actions/checkout@v2
Expand All @@ -62,7 +63,7 @@ jobs:
needs: build
strategy:
matrix:
python-version: [3.9.16, 3.10.9, 3.11.1]
python-version: [3.9.16, 3.10.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 061643b

Please sign in to comment.