mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-10-21 11:55:46 +02:00
[chore] Remove support for python 3.9 and bump python versions in runners (#273)
This commit is contained in:
parent
a600a69bb9
commit
85ae9d7563
5 changed files with 6 additions and 6 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Set up Python environment
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.12"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Updated documentation
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue