Skip to content

Commit

Permalink
windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 29, 2024
1 parent 4c1dd6d commit e72db7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
python: ["3.10"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion env_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- compas >=2.4
- compas_viewer
- ipopt ==3.14.9
- pyomo ==6.4.2
- pyomo >=6.4.2
- pip:
- compas_assembly >=0.7.0
- -e .[dev]
2 changes: 1 addition & 1 deletion env_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pip
- compas >=2.4
- compas_viewer
- ipopt ==3.14.9
- ipopt ==3.11.1
- pyomo ==6.4.2
- pip:
- compas_assembly >=0.7.0
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ keywords = []
authors = [{ name = "Gene Ting-Chun Kao", email = "[email protected]" }]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
dynamic = ['dependencies', 'optional-dependencies', 'version']
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
Expand Down Expand Up @@ -95,7 +94,7 @@ line-length = 119
[tool.ruff]
line-length = 119
indent-width = 4
target-version = "py39"
target-version = "py310"

[tool.ruff.lint]
select = ["E", "F", "I"]
Expand Down

0 comments on commit e72db7a

Please sign in to comment.