forked from loafle/openapi-generator-original
Update Python versions used for unit tests (#19124)
Python 3.7 is EOL, and Python 3.12 has been released. See: https://devguide.python.org/versions/
This commit is contained in:
parent
a330a1f38e
commit
1367a16d6d
@ -18,11 +18,11 @@ jobs:
|
||||
- samples/client/echo_api/python
|
||||
- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent
|
||||
python-version:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
Loading…
x
Reference in New Issue
Block a user