Skip to content

Commit

Permalink
🔧 adjusting to run all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 4, 2024
1 parent 38b0d05 commit 0e2489e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
strategy:
matrix:
python-version:
#- '3.8' # oldest supported Py3 gha
- '3.9' # newest passing Py3, reason: pyyaml binaries
#- '3.10' # newest passing Py3, reason: pyyaml binaries
#- '3.11' # newest passing Py3, reason: pyyaml binaries
#- '3' # newest supported Py3
- '3.8' # oldest supported Py3 gha
- '3.9'
- '3.10' # first version using importlib.metadata.entry_points with selection
- '3.11'
- '3.12'
- '3' # newest supported Py3
name: Python ${{ matrix.python-version }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 0e2489e

Please sign in to comment.