Skip to content

Commit 858bff7

Browse files
authored
Update test-suite.yml - 3.10, 3.11, 3.12
Signed-off-by: AXM Software <[email protected]>
1 parent 74e1299 commit 858bff7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
#python-version: [3.7, 3.8, 3.9]
19-
python-version: [3.13]
19+
python-version: [3.10, 3.11, 3.12]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -29,7 +29,8 @@ jobs:
2929
sudo apt-get install libxml2-dev libxslt-dev
3030
python -m pip install --upgrade pip
3131
pip install .
32-
pip install lxml==5.3.0
32+
# Need for python 3.13 lxml 5.3.0
33+
# pip install lxml==5.3.0
3334
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3
3435
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
3536
- name: Lint with flake8

0 commit comments

Comments
 (0)