Skip to content

Commit

Permalink
project: fix dependencies
Browse files Browse the repository at this point in the history
Co-Authored-by: Lauren-D <[email protected]>
  • Loading branch information
lauren-d committed Aug 31, 2022
1 parent 093f61d commit d07d435
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
requirements-level: [min, pypi]
cache-service: [redis]
# services: [release, devel]
Expand Down
6 changes: 0 additions & 6 deletions .readthedocs.yaml

This file was deleted.

5 changes: 1 addition & 4 deletions invenio_sip2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Version information for Invenio-SIP2.
"""Version information for Invenio-SIP2."""

This file is imported by ``invenio_sip2.__init__``,
and parsed by ``setup.py``.
"""
__version__ = '0.6.15'
Loading

0 comments on commit d07d435

Please sign in to comment.