Skip to content

Commit

Permalink
cleanup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BR1py committed May 24, 2024
1 parent fec6b0b commit 4da9390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_package_mac_recommended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
# older version do not work (blist compile fails); but they work with original blist package

python-version: ["3.9","3.10","3.11","3.12"]
python-version: ["3.9","3.10","3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_package_win_recommended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:

python-version: ["3.7","3.8", "3.9","3.10", "3.11", "3.12"] #blist compile not working on python 3.10
python-version: ["3.7","3.8", "3.9","3.10", "3.11"] #blist compile not working on python 3.10
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4da9390

Please sign in to comment.