Skip to content

Commit

Permalink
Merge e7bd93e into 1455635
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Sep 1, 2022
2 parents 1455635 + e7bd93e commit b62c789
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
- name: Publish
env:
PYPI_USER: ${{ secrets.PYPI_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python_version: [3.6, 3.7, 3.8, 3.9]
python_version: [3.7, 3.8, 3.9]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
213 changes: 213 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
===============
Submit4DN
===============

----------
Change Log
----------


3.0.0
=======

* Drop support for Python3.6

* Add this CHANGELOG and test warning if it's not updated

* Update dependency to use dcicutils >-4.0

2.2.0
=====

2.0.3
=====

2.0.0
=====

1.2.4
=====

1.2.2
=====

1.2.1
=====

1.2.0
=====

1.1.6
=====

1.1.5
=====

1.1.4
=====

1.1.3
=====

1.1.2
=====

1.1.1
=====

1.1.0
=====

1.0.9
=====

1.0.8
=====

1.0.7
=====

1.0.6
=====

1.0.5
=====

1.0.4
=====

1.0.3
=====

1.0.2
=====

1.0.1
=====

1.0.0
=====

0.9.22
======

0.9.21
======

0.9.20
======

0.9.19
======

0.9.17
======

0.9.16
======

0.9.15
======

0.9.14
======

0.9.13
======

0.9.12
======

0.9.11
======

0.9.10
======

0.9.9
=====

0.9.7
=====

0.9.6
=====

0.9.5
=====

0.9.4
=====

0.9.3
=====

0.9.2
=====

0.9.1
=====

0.9.0
=====

0.8.9
=====

0.8.8
=====

0.8.7
=====

0.8.6
=====

0.8.5
=====

0.8.4
=====

0.8.3
=====

0.8.2
=====

0.8.1
=====

0.8.0
=====

0.7.2
=====

0.7.1
=====

0.7.0
=====

0.6.0
=====

0.5.1
=====

0.5.0
=====

0.4.0
=====

0.3.0
=====

0.2.3
=====

0.2.2
=====

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install submit4dn --upgrade

### Troubleshooting

This package is not supported on older Python versions and is supported and tested for versions 3.6 - 3.9. It may work with other python versions but your mileage may vary.
This package is not supported on older Python versions and is supported and tested for versions 3.7 - 3.9. It may work with other python versions but your mileage may vary.

It is recommended to install this package in a virtual environment to avoid dependency clashes.

Expand Down

0 comments on commit b62c789

Please sign in to comment.