Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Feb 3, 2025
1 parent 016540b commit 86b9dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

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

1 comment on commit 86b9dc7

@swesner411
Copy link
Contributor

@swesner411 swesner411 commented on 86b9dc7 Feb 4, 2025

Choose a reason for hiding this comment

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

I noticed a failure to push 3.13 in these changes. Was this due to "audioop" not being available? I can fix this with the "audioop-lts" port if that's the case. For some reason this issue isn't coming up in my IDE right now.

Please sign in to comment.