diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f6df8..52c7aa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.x uses: actions/setup-python@v5 - with: { python-version: '3.13' } + with: { python-version: '3.14' } - name: Install dependencies run: pip install tox - name: Run pytest @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.x uses: actions/setup-python@v5 - with: { python-version: '3.13' } + with: { python-version: '3.14' } - name: Install dependencies run: pip install tox - name: Run pylama @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.x uses: actions/setup-python@v5 - with: { python-version: '3.13' } + with: { python-version: '3.14' } - name: Install dependencies run: pip install tox - name: Run mypy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a1e29a..36f1f39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python 3.x uses: actions/setup-python@v2 - with: { python-version: '3.9' } + with: { python-version: '3.14' } - name: Run sdist run: python setup.py sdist - name: Publish to PyPI