Skip to content

Commit

Permalink
fix py3.12 exclusion for boto and kafka-python
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jun 3, 2024
1 parent 1f49a83 commit 22432cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instrumentations_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
package: "sklearn"
- python-version: py312
package: "sklearn"
- python-version: python312
- python-version: py312
package: "boto"
- python-version: python312
- python-version: py312
package: "kafka-python"
- python-version: pypy3
package: "aiopg"
Expand Down

0 comments on commit 22432cf

Please sign in to comment.