diff --git a/.github/workflows/daily-tests.yml b/.github/workflows/daily-tests.yml index 5ab8797..2d3b826 100644 --- a/.github/workflows/daily-tests.yml +++ b/.github/workflows/daily-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 3 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout code diff --git a/.github/workflows/daily-update-scrip-code-list.yml b/.github/workflows/daily-update-scrip-code-list.yml index a8a1b3d..50bb856 100644 --- a/.github/workflows/daily-update-scrip-code-list.yml +++ b/.github/workflows/daily-update-scrip-code-list.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Install dependencies run: | diff --git a/.github/workflows/dev-tests.yml b/.github/workflows/dev-tests.yml index c68fd90..abac386 100644 --- a/.github/workflows/dev-tests.yml +++ b/.github/workflows/dev-tests.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 3 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout code