mirror of
https://github.com/logos-storage/logos-storage-py-api-client.git
synced 2026-01-03 14:03:08 +00:00
ci: update python versions
This commit is contained in:
parent
3b3b8b3ba3
commit
95ef6fdd6d
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.13
|
||||
|
||||
- name: Build distribution 📦
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user