Skip to content

Commit

Permalink
Remove Python 3.7 and 3.8 from unit test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Boucinha committed Nov 20, 2023
1 parent f9c5fa2 commit 721911f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
os: [pytwin-win10, ubuntu-20.04]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- name: Install Ubuntu dependencies for RomViewerSharedLib.so
if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit 721911f

Please sign in to comment.