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