Skip to content

Commit

Permalink
Check other pip install options for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia-kornilova committed Sep 5, 2024
1 parent 7a6b30c commit cddd8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-2019]
os: [windows-2019]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion mrobpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build = "cp*"
archs = "auto64"
before-build = "bash tools/unix-wheels.sh"
build-verbosity = 1
test-requires = "pytest<=6.2.5 numpy<2.0.0"
test-requires = ["pytest", "numpy<=2.0.0"]
test-command = "pytest {package}/tests"

[tool.cibuildwheel.linux]
Expand Down
2 changes: 1 addition & 1 deletion mrobpy/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = Apache-2.0
license_files = LICENSE.md

[options]
python_requires = >= 3.7
python_requires = >= 3.8

[options.package_data]
* =
Expand Down

0 comments on commit cddd8b7

Please sign in to comment.