Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-boyd committed Jan 12, 2024
1 parent 3958b5a commit bdd402b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: macos-12
strategy:
matrix:
python-version: ["3.7", "3.8"]
# python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
name: ${{ matrix.python-version }}
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
shell: cmd
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
name: ${{ matrix.python-version }}
steps:
- name: Checkout repo
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- ubuntu-latest
- macos-12
- macos-latest
- macos-latest-xlarge
- windows-latest
exclude:
# Only do pypy 3.7 on Linux
Expand Down Expand Up @@ -107,7 +106,7 @@ jobs:
if: runner.os == 'Windows'
working-directory: .\lzo-2.10\build
run: msbuild lzo_static_lib.vcxproj -p:Configuration=Release -p:Platform=x64 -p:OutDir=..\
- run: python setup.py install
- run: pip install -e ./
- run: pip install pytest wheel
- run: pytest --doctest-modules tests/
- run: ls -l
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
exclude:
- os: windows-2019
arch: "x86_64"
- os: ubuntu-20.04
arch: "arm64"
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit bdd402b

Please sign in to comment.