diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 12:34:14 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 13:02:57 +0200 |
commit | d90338c67d3e8d4b12de164ac6267ed79bc021c7 (patch) | |
tree | 02ad819748ea2e3c8e75a8601227f7f39eccbde5 /.github | |
parent | Include the encryption extra in the CI. (diff) | |
download | freestyle-hid-d90338c67d3e8d4b12de164ac6267ed79bc021c7.tar freestyle-hid-d90338c67d3e8d4b12de164ac6267ed79bc021c7.tar.gz freestyle-hid-d90338c67d3e8d4b12de164ac6267ed79bc021c7.tar.bz2 freestyle-hid-d90338c67d3e8d4b12de164ac6267ed79bc021c7.tar.lz freestyle-hid-d90338c67d3e8d4b12de164ac6267ed79bc021c7.tar.xz freestyle-hid-d90338c67d3e8d4b12de164ac6267ed79bc021c7.tar.zst freestyle-hid-d90338c67d3e8d4b12de164ac6267ed79bc021c7.zip |
Diffstat (limited to '.github')
-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 c27d37f..2314f0c 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.7, 3.8, 3.9] + python-version: [3.9] steps: - uses: actions/checkout@v2 |