Skip to content

Commit 5fc86bd

Browse files
committed
Added Python 3.14 (currently rc)
1 parent 92d58ff commit 5fc86bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
setup:
2727
runs-on: ubuntu-latest
2828
if: |
29-
github.event_name != 'schedule' ||
30-
github.ref == 'refs/heads/3.4' ||
31-
github.ref == 'refs/heads/3.1' ||
29+
github.event_name != 'schedule' ||
30+
github.ref == 'refs/heads/3.4' ||
31+
github.ref == 'refs/heads/3.1' ||
3232
github.ref == 'refs/heads/3.2'
3333
outputs:
3434
matrix: ${{ steps.set-matrix.outputs.final-matrix }}
@@ -38,7 +38,7 @@ jobs:
3838
name: build matrix
3939
uses: mariadb-corporation/connector-ci-build-matrix@main
4040
with:
41-
additional-matrix: '[{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.9"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.10"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.11"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.12"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.13"}, {"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "pypy3.11", "continue-on-error": true}]'
41+
additional-matrix: '[{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.9"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.10"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.11"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.12"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.13"}, {"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.14"}, {"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "pypy3.11", "continue-on-error": true}]'
4242

4343
ci:
4444
name: ${{ matrix.name }} ${{ matrix.python != '' && format(' - python {0}', matrix.python) || '' }}
@@ -72,6 +72,7 @@ jobs:
7272
id: setup-python
7373
with:
7474
python-version: ${{ matrix.python || '3.13' }}
75+
allow-prereleases: true
7576

7677
- name: Clone C/C
7778
uses: GuillaumeFalourd/clone-github-repo-action@v2.3

0 commit comments

Comments
 (0)