Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 9849c29

Browse files
committed
Remove python 3.7 support - EOL
1 parent 5307ac3 commit 9849c29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Python HTTP
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main ]
6+
branches: [main]
77
pull_request:
8-
branches: [ main, dev ]
8+
branches: [main, dev]
99

1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.7', '3.8', '3.9', '3.10']
15+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
@@ -62,4 +62,4 @@ jobs:
6262
env:
6363
FLIT_INDEX_URL: https://upload.pypi.org/legacy/
6464
FLIT_USERNAME: __token__
65-
FLIT_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
65+
FLIT_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)