Skip to content

Commit

Permalink
Update to macos-13 runners and remove python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwalmsley committed Oct 18, 2024
1 parent 070d241 commit cfab52e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: macOS
matrix: macos
runs-on:
intel: macos-12
arm: [macos, arm64]
intel: macos-13
arm: macos-13-arm64
- name: Windows
matrix: windows
runs-on:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: macOS
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-12]
arm: macos-13-arm64
intel: [macos-13]
- name: Ubuntu
matrix: ubuntu
runs-on:
Expand All @@ -43,8 +43,6 @@ jobs:
runs-on:
intel: [windows-latest]
python:
- major-dot-minor: '3.8'
matrix: '3.8'
- major-dot-minor: '3.9'
matrix: '3.9'
- major-dot-minor: '3.10'
Expand All @@ -65,8 +63,6 @@ jobs:
matrix: arm
- os:
matrix: macos
python:
matrix: '3.8'
arch:
matrix: arm

Expand Down Expand Up @@ -105,6 +101,7 @@ jobs:
if: runner.os == 'Windows'
shell: powershell
run: |
python -m pip install --upgrade pip
pip install .[dev]
chia init
pytest tests\ cdv\examples\tests -s -v --durations 0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
long_description_content_type="text/markdown",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: Apache Software License",
"Topic :: Security :: Cryptography",
],
Expand Down

0 comments on commit cfab52e

Please sign in to comment.