Skip to content

Commit

Permalink
chore: tmp disable py 3.12 and 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Dec 19, 2024
1 parent 49a643f commit 42140a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ jobs:
- 3.9.x
- 3.10.x
- 3.11.x
- 3.12.x
- 3.13.x
# Re-enable after fixing the below:
# AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
# https://stackoverflow.com/questions/77364550/attributeerror-module-pkgutil-has-no-attribute-impimporter-did-you-mean
# The python env in `actions` has to have an updated pip version
# - 3.12.x
# - 3.13.x

steps:
- name: Checkout this repository
Expand Down

0 comments on commit 42140a4

Please sign in to comment.