1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-14 04:14:35 +00:00

ci: python 3.12+ compatibility

ci: python 3.12+ compatibility
This commit is contained in:
Niek
2024-12-18 11:34:19 +01:00
parent 2bb0bbe5c9
commit 92eb45f0ec
4 changed files with 7 additions and 7 deletions

View File

@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Install dependencies
run: |