Skip to content

Commit

Permalink
Update ci_backends.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kottmanj authored Feb 11, 2025
1 parent 0b5a14d commit 8c182b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
python-version: ['3.10']

steps:
- uses: actions/checkout@v2
Expand Down

1 comment on commit 8c182b0

@Mikel-Ma
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ich hab beim erstellen der wheels Python 3.11 verwendet. Die wheels für die nächste Version (mit der Änderung zu MSB) erstelle ich mit Python 3.9.

Please sign in to comment.