Used the version of Ubuntu that still have Python 3.6

This commit is contained in:
Karim shoair
2024-10-14 00:31:46 +03:00
parent c85fabb581
commit 223adfdfdc
+8 -1
View File
@@ -7,30 +7,37 @@ concurrency:
jobs:
tests:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.6.15"
os: ubuntu-20.04
env:
TOXENV: py36
- python-version: "3.7"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.8"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.9"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.10"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.11"
os: ubuntu-latest
env:
TOXENV: py
- python-version: "3.12"
os: ubuntu-latest
env:
TOXENV: py