Skip to content

Commit 1a5b505

Browse files
committed
update tested Python versions
1 parent f17af6e commit 1a5b505

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Compatibility
1414
python
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

1919
If you find an incompatibility with older versions you can send us a small patch,
2020
but we won't accept big changes.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py38,py39,py310,py311
2+
envlist=py312,py313
33
skipsdist=True
44

55
[testenv]

0 commit comments

Comments
 (0)