Skip to content
Snippets Groups Projects
Commit 66d9653b authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Remove python 3.8 support

parent 8b563fd8
No related branches found
No related tags found
No related merge requests found
Pipeline #4246 passed with stage
in 47 seconds
...@@ -21,7 +21,7 @@ before_script: ...@@ -21,7 +21,7 @@ before_script:
- pip install -e .[dev] - pip install -e .[dev]
linting: linting:
image: python:3.8 image: python:3.9
tags: tags:
- passoft - passoft
stage: test stage: test
...@@ -29,8 +29,8 @@ linting: ...@@ -29,8 +29,8 @@ linting:
- flake8 lopt - flake8 lopt
- flake8 tests - flake8 tests
python3.8: python3.9:
image: python:3.8 image: python:3.9
tags: tags:
- passoft - passoft
stage: test stage: test
......
...@@ -11,10 +11,10 @@ build: ...@@ -11,10 +11,10 @@ build:
requirements: requirements:
build: build:
- python >=3.8 - python >=3.9
- pip - pip
run: run:
- python >=3.8 - python >=3.9
test: test:
source_files: source_files:
......
...@@ -20,7 +20,7 @@ setup( ...@@ -20,7 +20,7 @@ setup(
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English', 'Natural Language :: English',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',
], ],
description="Display time in PASSCAL time format", description="Display time in PASSCAL time format",
entry_points={ entry_points={
......
[tox] [tox]
envlist = py38, flake8 envlist = py39, flake8
[testenv:flake8] [testenv:flake8]
basepython = python basepython = python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment