Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Oct 16, 2024
1 parent bef884e commit 0d16607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: ${{ (matrix.os == 'windows' && matrix.target == 'x86_64' && '3.13 3.9 3.10') || '3.13' }}
python-version: ${{ (matrix.os == 'windows' && matrix.target == 'x86_64' && '>=3.9 <=3.10') || '3.13' }}
architecture: ${{ matrix.python-architecture || 'x64' }}

- run: pip install -U twine
Expand Down

0 comments on commit 0d16607

Please sign in to comment.