Skip to content

Commit

Permalink
Update python_package_win_recommended.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BR1py authored Feb 16, 2024
1 parent a20e05b commit cd37795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_package_win_recommended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7","3.8", "3.9","3.10", "3.11"] #blist compile not working on python 3.10
python-version: ["3.7","3.8", "3.9","3.10", "3.11","3.12"] #blist compile not working on python 3.10
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -33,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pytest-results-${{ matrix.python-version }}.xml
path: junit/test-results-${{ matrix.python-version }}.xml
path: junit/test-results-${{ matrix.python-version }}.xml

0 comments on commit cd37795

Please sign in to comment.