Browse Source

[ENH] Update python version

pull/1/head
Tony-HYX 2 years ago
parent
commit
8b12b5723c
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/build-and-test.yaml
  2. +2
    -2
      setup.py

+ 1
- 1
.github/workflows/build-and-test.yaml View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python


+ 2
- 2
setup.py View File

@@ -11,8 +11,8 @@ def read(rel_path: str) -> str:

# Package meta-data.
NAME = "abl"
DESCRIPTION = "abl package project"
REQUIRES_PYTHON = ">=3.8.0"
DESCRIPTION = "abductive learning package project"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = None




Loading…
Cancel
Save