Skip to content

Commit

Permalink
Drop python 3.6 and 3.7. Add python 3.9 and 3.10. (#93)
Browse files Browse the repository at this point in the history
Issue #86
  • Loading branch information
Wim-De-Clercq authored Jan 2, 2023
1 parent 52cc726 commit d746f6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
sudo: false
os: linux
dist: bionic
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
services:
- postgresql
env:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
test_suite='nose.collector',
entry_points="""\
Expand Down

0 comments on commit d746f6a

Please sign in to comment.