kopia lustrzana https://github.com/simonw/datasette
stop testing against 3.8
The latest Black doesn't support it. It's EOL now too.pull/2459/head
rodzic
afc40c432c
commit
e0f6420600
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue