ci: update python versions

This commit is contained in:
Adam Uhlíř 2024-12-18 14:38:26 +01:00
parent 6f76650d05
commit 5961f6a7e1
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B
3 changed files with 2 additions and 26 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

View File

@ -25,3 +25,4 @@
.gitlab-ci.yml
.travis.yml
git_push.sh
.github

View File

@ -66,29 +66,4 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_codex_version.py
test/test_content.py
test/test_data_api.py
test/test_data_item.py
test/test_data_list.py
test/test_debug_api.py
test/test_debug_info.py
test/test_manifest_item.py
test/test_marketplace_api.py
test/test_node.py
test/test_node_api.py
test/test_peer_id_read.py
test/test_peers_table.py
test/test_purchase.py
test/test_reservation.py
test/test_sales_availability.py
test/test_sales_availability_create.py
test/test_sales_availability_read.py
test/test_slot.py
test/test_slot_agent.py
test/test_space.py
test/test_spr_read.py
test/test_storage_ask.py
test/test_storage_request.py
test/test_storage_request_creation.py
tox.ini