Skip to content

Commit

Permalink
chore: disable py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Dec 24, 2023
1 parent 6d8cc80 commit 975d361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
python-version:
- 3.8.6
- 3.9.x
- 3.10.x
- 3.11.x
# Enable after resolving Cython/PyYAML issue https://github.com/yaml/pyyaml/issues/724
# - 3.10.x
# - 3.11.x
# Enable after: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
# - 3.12.x

Expand Down

0 comments on commit 975d361

Please sign in to comment.