|
36 | 36 | matrix: |
37 | 37 | os: [ubuntu-22.04, ubuntu-20.04] |
38 | 38 | # Lets try to keep testing an LTS python and latest python |
39 | | - python-version: ['3.7', '3.12', '3.13'] |
| 39 | + python-version: ['3.8', '3.12', '3.13'] |
40 | 40 |
|
41 | 41 | runs-on: ${{ matrix.os }} |
42 | 42 | name: Ubuntu ${{ matrix.os }} with Python ${{ matrix.python-version }} |
|
57 | 57 | - name: Install PyRDP dependencies |
58 | 58 | run: | |
59 | 59 | sudo apt-get update && sudo apt-get install -y --no-install-recommends \ |
60 | | - build-essential python3-dev \ |
| 60 | + build-essential python3-dev pkg-config \ |
61 | 61 | libegl1 libxcb-cursor0 libxkbcommon-x11-0 libxcb-icccm4 libxcb-keysyms1 \ |
62 | | - libavcodec58 libavdevice58 |
| 62 | + libavcodec58 libavdevice58 \ |
| 63 | + libavformat-dev libavcodec-dev libavdevice-dev libavfilter-dev \ |
| 64 | + libswscale-dev libavutil-dev |
| 65 | +
|
63 | 66 | - name: Install PyRDP |
64 | 67 | working-directory: . |
65 | 68 | run: pip install -U -e .[full] |
@@ -106,7 +109,7 @@ jobs: |
106 | 109 | strategy: |
107 | 110 | matrix: |
108 | 111 | # Lets try to keep testing an LTS python and latest python |
109 | | - python-version: ['3.7', '3.12', '3.13'] |
| 112 | + python-version: ['3.8', '3.12', '3.13'] |
110 | 113 |
|
111 | 114 | name: Windows with Python ${{ matrix.python-version }} |
112 | 115 | steps: |
|
0 commit comments