mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-09 17:12:02 +00:00
[Test] - Run CI for Python 3.10 (#12393)
* Run CI for Python 3.10 * Update py-tests-skip.yml
This commit is contained in:
parent
78502c2196
commit
604eca9b21
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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
py-version: ['3.7', '3.8', '3.9']
|
py-version: ['3.7', '3.8', '3.9', '3.10']
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "Step is not required"'
|
- run: 'echo "Step is not required"'
|
||||||
|
2
.github/workflows/py-tests.yml
vendored
2
.github/workflows/py-tests.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
py-version: ['3.7', '3.8', '3.9']
|
py-version: ['3.7', '3.8', '3.9', '3.10']
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Wait for the labeler
|
- name: Wait for the labeler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user