Skip to content

Commit

Permalink
GHA stop running on py36 and py37, add new runners py311 and py312; w…
Browse files Browse the repository at this point in the history
…allycore dep allowed for higher versions
  • Loading branch information
scgbckbone authored and doc-hex committed Jul 25, 2024
1 parent 5468d09 commit 6febbc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- run: echo "triggered by a ${{ github.event_name }} event."
- run: echo "running on a ${{ runner.os }}"
Expand All @@ -32,7 +32,7 @@ jobs:
sudo apt-get install -y swig libpcsclite-dev tor
fi
if [ "$RUNNER_OS" == "macOS" ]; then
brew install tor
brew install tor swig
brew services start tor
fi
cd ${{ github.workspace }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- run: echo "triggered by a ${{ github.event_name }} event."
- run: echo "running on a ${{ runner.os }}"
Expand Down
2 changes: 1 addition & 1 deletion emulator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pytest
cbor2==5.4.1
hexdump==3.3
wallycore==0.8.5 # may need something newer like 1.3.0 on ubuntu24+
wallycore>=0.8.5
bech32==1.2.0
pyqrcode==1.2.1
base58==2.1.1
Expand Down

0 comments on commit 6febbc2

Please sign in to comment.