ci: fix pypi action - python version

This commit is contained in:
Dowon
2024-03-29 21:15:35 +09:00
parent 372e8b754b
commit e90856adf9

View File

@@ -10,7 +10,9 @@ jobs:
runs-on: macos-14
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v4