From 5961f6a7e12f0dacd4da35676f8c5d7165e12ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 18 Dec 2024 14:38:26 +0100 Subject: [PATCH] ci: update python versions --- .github/workflows/python.yml | 2 +- .openapi-generator-ignore | 1 + .openapi-generator/FILES | 25 ------------------------- 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 86aad35..36e54b6 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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 diff --git a/.openapi-generator-ignore b/.openapi-generator-ignore index ca44c85..9c351ca 100644 --- a/.openapi-generator-ignore +++ b/.openapi-generator-ignore @@ -25,3 +25,4 @@ .gitlab-ci.yml .travis.yml git_push.sh +.github diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 44b7971..2900917 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -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