Convert Python version numbers to strings.

This commit is contained in:
Nathan Baker
2023-01-29 14:53:12 -08:00
parent 0a0602761b
commit 967e8e7912

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.7, 3.8, 3.9, 3.10, 3.11] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2