Skip to content

Commit

Permalink
Dropped suppert for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Sep 21, 2023
1 parent 9476ca0 commit 08c2869
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Tomas Stolker
Copyright (c) 2021-2023 Tomas Stolker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ clean:
rm -rf pycrires.egg-info/
rm -rf htmlcov/
rm -rf .tox/
rm -rf .pytest_cache/
rm -f docs/files.json
rm -f docs/header.csv
rm -f docs/header.xlsx
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Data reduction pipeline for VLT/CRIRES+
.. image:: https://img.shields.io/pypi/pyversions/pycrires
:target: https://pypi.python.org/pypi/pycrires

.. image:: https://img.shields.io/badge/ascl-2307.040-blue.svg?colorB=262255
:target: https://ascl.net/2307.040

.. image:: https://github.com/tomasstolker/pycrires/workflows/CI/badge.svg?branch=main
:target: https://github.com/tomasstolker/pycrires/actions

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Installation
============

``pycrires`` is compatible with `Python <https://www.python.org>`_ versions 3.8/3.9/3.10/3.11 and is available from `PyPI <https://pypi.org/project/pycrires/>`_ and `Github <https://github.com/tomasstolker/pycrires>`_.
``pycrires`` is compatible with `Python <https://www.python.org>`_ versions 3.9/3.10/3.11 and is available from `PyPI <https://pypi.org/project/pycrires/>`_ and `Github <https://github.com/tomasstolker/pycrires>`_.

Installation from PyPI
----------------------
Expand Down
2 changes: 0 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
jinja2
markupsafe
jupyter
nbconvert
nbsphinx
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'Topic :: Scientific/Engineering :: Astronomy',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Expand Down

0 comments on commit 08c2869

Please sign in to comment.