diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-10-08 08:10:06 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-09 09:27:33 +0200 |
| commit | f07eeff3a2d7ff0955410bf7e3f1ff197ef1ecf7 (patch) | |
| tree | a8eb5b356a79bb2b56f6c470adda6caa5933b66e /.github/workflows/schedule_tests.yml | |
| parent | 22e21ec641c6c533d31bef0db876c53207d14920 (diff) | |
Refs #34900 -- Added Python 3.12 to classifiers and tox.ini, and used it in GitHub actions.
Diffstat (limited to '.github/workflows/schedule_tests.yml')
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index 2cf62493c3..f99ef218aa 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -19,7 +19,7 @@ jobs: - '3.10' - '3.11' - '3.12' - - '3.13-dev' + - '3.13' name: Windows, SQLite, Python ${{ matrix.python-version }} continue-on-error: true steps: @@ -46,7 +46,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.13' cache: 'pip' - name: Install libmemcached-dev for pylibmc run: sudo apt-get install libmemcached-dev @@ -145,7 +145,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.13' cache: 'pip' cache-dependency-path: 'tests/requirements/py3.txt' - name: Install libmemcached-dev for pylibmc @@ -181,7 +181,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.13' cache: 'pip' cache-dependency-path: 'tests/requirements/py3.txt' - name: Install libmemcached-dev for pylibmc @@ -226,7 +226,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.13' cache: 'pip' cache-dependency-path: 'tests/requirements/py3.txt' - name: Install libmemcached-dev for pylibmc |
