Skip to content

Commit

Permalink
Run build tests in Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arpastrana committed Aug 15, 2024
1 parent 49e6b36 commit 6a36528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8]
os: [ubuntu-latest, windows-latest]
python-version: [3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
compas==1.17.10
nlopt==2.6.2
trimesh==3.20.0
autograd==1.5
compas_singular==0.1.5
nlopt

0 comments on commit 6a36528

Please sign in to comment.