diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 12:50:52 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 12:50:52 +0200 |
commit | c3fa141d144db42fd69e18524589a62f907b6e6e (patch) | |
tree | c3e28d9742700feabfaa0c2204ac7737963dbf53 /.github/workflows/pytest.yml | |
parent | Update minimum supported version to Python 3.9. (diff) | |
download | freestyle-keys-main.tar freestyle-keys-main.tar.gz freestyle-keys-main.tar.bz2 freestyle-keys-main.tar.lz freestyle-keys-main.tar.xz freestyle-keys-main.tar.zst freestyle-keys-main.zip |
Diffstat (limited to '.github/workflows/pytest.yml')
-rw-r--r-- | .github/workflows/pytest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 188c1a2..4e76298 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.9] + python-version: [3.9, "3.10", "3.11"] steps: - uses: actions/checkout@v2 |