diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af51922..9f6a3b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,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: Install dependencies run: pip install tox - name: Run pylama @@ -18,7 +18,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: Install dependencies run: pip install tox - name: Run mypy