Skip to content

Commit

Permalink
Enable all disabled versions to see if things work or not
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainDe committed May 20, 2024
1 parent faaf6ba commit 6cec098
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/my_github_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
matrix:
python-version:
# Support for Python 2.7 removed - https://github.com/actions/setup-python/issues/672
# - '2.7'
# - '3.0.1'
# - '3.1.4'
# - '3.2.5'
# - '3.3.7'
# - '3.4.10'
- '2.7'
- '3.0.1'
- '3.1.4'
- '3.2.5'
- '3.3.7'
- '3.4.10'
- '3.5'
- '3.6'
- '3.7'
Expand All @@ -45,13 +45,13 @@ jobs:
- '3.9.17'
- '3.9-dev'
# Disabled because of issue #61
# - '3.10.0-alpha.1'
# - '3.10.0-alpha.2'
# - '3.10.0-alpha.3'
# - '3.10.0-alpha.4'
# - '3.10.0-alpha.5'
# - '3.10.0-alpha.6'
# - '3.10.0-alpha.7'
- '3.10.0-alpha.1'
- '3.10.0-alpha.2'
- '3.10.0-alpha.3'
- '3.10.0-alpha.4'
- '3.10.0-alpha.5'
- '3.10.0-alpha.6'
- '3.10.0-alpha.7'
- '3.10.0-beta.1'
- '3.10.0-beta.2'
- '3.10.0-beta.3'
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:
- '3.11-dev'
- '3.11'
# Disabled because of issue #62 - https://github.com/nedbat/coveragepy/issues/1634
# - '3.12.0-alpha.1'
# - '3.12.0-alpha.2'
# - '3.12.0-alpha.3'
# - '3.12.0-alpha.4'
# - '3.12.0-alpha.5'
# - '3.12.0-alpha.6'
# - '3.12.0-alpha.7'
- '3.12.0-alpha.1'
- '3.12.0-alpha.2'
- '3.12.0-alpha.3'
- '3.12.0-alpha.4'
- '3.12.0-alpha.5'
- '3.12.0-alpha.6'
- '3.12.0-alpha.7'
- '3.12.0-beta.1'
- '3.12.0-beta.2'
- '3.12.0-beta.3'
Expand Down

0 comments on commit 6cec098

Please sign in to comment.