mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 03:38:18 +00:00
chore: added python 3.12 to CI (#23835)
* chore: added python 3.12 to CI * chore: changed py-test-skip to 3.12
This commit is contained in:
parent
93e5ee8cb1
commit
1f8cf64dd4
2
.github/workflows/py-tests-skip.yml
vendored
2
.github/workflows/py-tests-skip.yml
vendored
@ -26,6 +26,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
py-version: ['3.9', '3.10', '3.11']
|
||||
py-version: ['3.10', '3.11', '3.12']
|
||||
steps:
|
||||
- run: 'echo "Step is not required"'
|
||||
|
10
.github/workflows/py-tests.yml
vendored
10
.github/workflows/py-tests.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
py-version: ["3.10", "3.11"]
|
||||
py-version: ["3.10", "3.11", "3.12"]
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
@ -88,6 +88,14 @@ jobs:
|
||||
env:
|
||||
TESTCONTAINERS_RYUK_DISABLED: true
|
||||
|
||||
- name: Run Python Tests (3.12)
|
||||
if: ${{ matrix.py-version == '3.12' }}
|
||||
run: |
|
||||
source env/bin/activate
|
||||
make run_python_tests
|
||||
env:
|
||||
TESTCONTAINERS_RYUK_DISABLED: true
|
||||
|
||||
- name: Run Python Tests & record coverage
|
||||
if: ${{ matrix.py-version == '3.10' }}
|
||||
run: |
|
||||
|
@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
py-version: ['3.9']
|
||||
py-version: ['3.12']
|
||||
e2e-test: ['mysql', '{connector}']
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user