diff options
author | Elias Müller <elias.mr1@gmail.com> | 2022-07-09 19:25:33 +0200 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2022-07-11 12:44:47 +0200 |
commit | 427603bd81fa6c791ca0e780f46ef4dee149924c (patch) | |
tree | 14aebdbe5aea16dfce1bad7fc8eb3ce94187b492 | |
parent | 7a428a22e05b5e80d057c2fdcea0b688ae1a7325 (diff) | |
download | python-mpv-427603bd81fa6c791ca0e780f46ef4dee149924c.tar.gz python-mpv-427603bd81fa6c791ca0e780f46ef4dee149924c.tar.bz2 python-mpv-427603bd81fa6c791ca0e780f46ef4dee149924c.zip |
Run on Python 3.7 - 3.10
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f8fb4f..54f9aa8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,8 +17,7 @@ jobs: name: 'Linux - Python' strategy: matrix: - python-version: [ '3.10' ] # '3.7', '3.8', '3.9' - name: 'Python' + python-version: [ '3.7', '3.8', '3.9', '3.10' ] env: DISPLAY: :0 PY_MPV_SKIP_TESTS: >- |