diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0acbdd..472ec0a 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 a0bdb2a..2dc65c9 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