Skip to content

Commit

Permalink
Merge pull request #14 from rashley-iqt/release-fix
Browse files Browse the repository at this point in the history
switch to python3.10 for release
  • Loading branch information
rashley-iqt authored Feb 9, 2023
2 parents c3f1de3 + c1eeafc commit 7ecb794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: build_package
run: |
sudo apt-get update && \
sudo apt-get install -yq --no-install-recommends python3-pip python3.7 python3-dev python3-setuptools && \
sudo apt-get install -yq --no-install-recommends python3-pip python3 python3-dev python3-setuptools && \
pip3 install wheel && \
python3 setup.py sdist bdist_wheel --universal
if: github.repository == 'iqtlabs/daisybell' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.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]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit 7ecb794

Please sign in to comment.