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 ebd2dd1 commit a70a344
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
strategy:
matrix:
python-version:
- '3.8' # oldest supported Py3 gha
- '3.9' # newest passing Py3, reason: pyyaml binaries
#- '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:
Expand Down

0 comments on commit a70a344

Please sign in to comment.