Update python.yml

This commit is contained in:
Dan 2022-11-13 14:13:22 +01:00
parent a374e0175d
commit 035bbbb76e

View File

@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2