diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 0e955283c..b7e0ed49b 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.13, 3.12, 3.11, '3.10', 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] steps: - uses: styfle/cancel-workflow-action@main with: @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.13, 3.12, 3.11] + version: [3.14, 3.13, 3.12, 3.11] needs: ['update-translation'] continue-on-error: true steps: @@ -93,7 +93,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8] format: [html, latex] needs: ['update-translation'] steps: @@ -125,7 +125,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8] needs: ['build-translation'] steps: - uses: actions/download-artifact@master diff --git a/manage_translation.py b/manage_translation.py index 7a49d282e..86f5fcacd 100755 --- a/manage_translation.py +++ b/manage_translation.py @@ -50,7 +50,7 @@ def _call(command: str): PROJECT_SLUG = 'python-newest' -VERSION = '3.13' +VERSION = '3.14' def recreate_tx_config():