We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70f1b1 commit 18043b1Copy full SHA for 18043b1
.github/workflows/test.yml
@@ -14,8 +14,8 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - python: 2.7
18
- python: 3.8
+ - python: 3.11
19
steps:
20
- name: Checkout python-evtx with submodules
21
uses: actions/checkout@v2
@@ -25,10 +25,6 @@ jobs:
25
uses: actions/setup-python@v2
26
with:
27
python-version: ${{ matrix.python }}
28
- - name: Install lxml deps
29
- run: sudo apt-get install -y libxml2-dev libxslt1-dev python-dev zlib1g-dev
30
- - name: Install lxml
31
- run: pip install lxml
32
- name: Install python-evtx
33
run: pip install -e .[test]
34
- name: Run tests
0 commit comments