File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,14 @@ jobs:
1414 - uses : actions/checkout@v2
1515 - name : Install libarchive
1616 run : sudo apt-get install -y libarchive13
17- - name : Install Python 3.11
17+ - name : Install Python 3.13
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : ' 3.11 '
21- - name : Install Python 3.10
20+ python-version : ' 3.13 '
21+ - name : Install Python 3.12
2222 uses : actions/setup-python@v2
2323 with :
24- python-version : ' 3.10'
25- - name : Install Python 3.9
26- uses : actions/setup-python@v2
27- with :
28- python-version : ' 3.9'
29- - name : Install Python 3.8
30- uses : actions/setup-python@v2
31- with :
32- python-version : ' 3.8'
24+ python-version : ' 3.12'
3325 - name : Install tox
3426 run : pip install tox
3527 - name : Run the tests
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Compatibility
1414python
1515------
1616
17- python-libarchive-c is currently tested with python 3.8, 3.9, 3.10 and 3.11 .
17+ python-libarchive-c is currently tested with python 3.12 and 3.13 .
1818
1919If you find an incompatibility with older versions you can send us a small patch,
2020but we won't accept big changes.
Original file line number Diff line number Diff line change 11[tox]
2- envlist =py38,py39,py310,py311
2+ envlist =py312,py313
33skipsdist =True
44
55[testenv]
You can’t perform that action at this time.
0 commit comments