Skip to content

Commit

Permalink
python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacZhangzhuo committed Jan 11, 2024
1 parent d095ce1 commit 3d89b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ '3.9', '3.11','3.13']
python: [ '3.9', '3.11']
steps:
- uses: compas-dev/compas-actions.build@v3
with:
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest]
python: [ '3.9', '3.11','3.13']
python: [ '3.9', '3.11']

steps:
- uses: compas-dev/compas-actions.build@v3
Expand Down

0 comments on commit 3d89b59

Please sign in to comment.