Skip to content

Commit

Permalink
🔧 entry_points: concentrating in Py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 4, 2024
1 parent f0a6ae9 commit b4ec81c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
strategy:
matrix:
python-version:
- '3.8' # oldest supported Py3 gha
- '3.9' # newest passing Py3, reason: pyyaml binaries
- '3' # newest supported Py3
#- '3.8' # oldest supported Py3 gha
#- '3.9' # newest passing Py3, reason: pyyaml binaries
- '3.11' # newest passing Py3, reason: pyyaml binaries
#- '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 b4ec81c

Please sign in to comment.