Skip to content

Commit

Permalink
test python312
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 5, 2024
1 parent 5633bc6 commit 20bc043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# VLSIR/ PyPi: https://github.com/dan-fritchman/Hdl21/issues/216
# Python 3.12: https://github.com/dan-fritchman/Hdl21/issues/215
# Python 3.7-3.8: https://github.com/dan-fritchman/Hdl21/issues/217
continue-on-error: ${{ matrix.dep-installer == 'pypi' || matrix.python-version == '3.12' || matrix.python-version == '3.7'|| matrix.python-version == '3.8' }}
continue-on-error: ${{ matrix.dep-installer == 'pypi' || matrix.python-version == '3.7'|| matrix.python-version == '3.8' }}

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 20bc043

Please sign in to comment.