Skip to content

Commit

Permalink
Merge pull request #79 from OnroerendErfgoed/feature/76-drop-python--38
Browse files Browse the repository at this point in the history
#76 drop < py3.8
  • Loading branch information
JonasGe authored Aug 16, 2022
2 parents bb7bf5c + 79b9943 commit 8b8c52f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sudo: false
language: python
os: linux
dist: focal
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
install:
- pip install -U setuptools
- pip install -r requirements.txt #fix versions
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
author='Flanders Heritage Agency',
author_email='[email protected]',
Expand Down

0 comments on commit 8b8c52f

Please sign in to comment.