Skip to content

Commit

Permalink
Merge pull request #110 from Jylpah/dev-1.0
Browse files Browse the repository at this point in the history
test macos & windows too
  • Loading branch information
Jylpah authored Dec 21, 2023
2 parents 1cfe9d6 + 74acf8c commit cc98de5
Show file tree
Hide file tree
Showing 9 changed files with 461 additions and 453 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:

jobs:
build:
runs-on: [ ubuntu-latest ]
# runs-on: [ ubuntu-latest ]
strategy:
fail-fast: false
matrix:
python-version: [ "3.11", "3.12"]
# os: [ ubuntu-latest, windows-latest, macos-latest ]
# runs-on: ${{ matrix.os }}
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dev = [
"pytest-cov~=4.1",
"pytest-timeout",
"types-aiofiles>=23.1.0.1",
"types-Deprecated>=1.2.9.3",
]


Expand Down
Loading

0 comments on commit cc98de5

Please sign in to comment.