Skip to content

Commit

Permalink
Merge pull request #85 from UAL-RE/enhancement/83_upgrade_python3.9
Browse files Browse the repository at this point in the history
Issue 83. upgrade to Python 3.9
  • Loading branch information
zoidy authored Jul 14, 2022
2 parents 8c802a2 + 9426b28 commit ddf8425
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'docs only')"
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.8', '3.9']

steps:
- uses: actions/checkout@v2
Expand Down
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redata>=0.3.0
redata>=0.5.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

setup(
name='requiam_csv',
version='0.12.3',
version='0.13.0',
packages=['requiam_csv'],
url='https://github.com/UAL-RE/ReQUIAM_csv',
license='MIT License',
author='Chun Ly',
author_email='astro.chun@gmail.com',
author='Yan Han',
author_email='yhan818@gmail.com',
description='Construct list of research themes and organization mapping to work with figshare patron management',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ddf8425

Please sign in to comment.