Skip to content

Commit

Permalink
Remove python 2 support, add python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Aug 18, 2020
1 parent c1681a6 commit 06f580a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ def __str__(self):

'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
packages=["pyFTracks", "pyFTracks/ressources", "pyFTracks/radialplot"],
keywords='geology thermochronology fission-tracks',
Expand Down

0 comments on commit 06f580a

Please sign in to comment.