Skip to content

Commit 8c14982

Browse files
author
Lion Krischer
committedAug 2, 2023
Updating readme.
1 parent 62e3d3c commit 8c14982

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22

33
Python module for the Adaptable Seismic Data Format (ASDF).
44

5-
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pyasdf.svg)](https://pypi.python.org/pypi/pyasdf/) |
65
[![PyPI Version](https://img.shields.io/pypi/v/pyasdf.svg)](https://pypi.python.org/pypi/pyasdf) |
76
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pyasdf.svg)](https://anaconda.org/conda-forge/pyasdf) |
87
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/pyasdf.svg)](https://anaconda.org/conda-forge/pyasdf) |
98
[![License](https://img.shields.io/pypi/l/pyasdf.svg)](https://pypi.python.org/pypi/pyasdf/) |
10-
11-
[![Build Status](https://travis-ci.org/SeismicData/pyasdf.svg?branch=main)](https://travis-ci.org/SeismicData/pyasdf) |
12-
[![Build status](https://ci.appveyor.com/api/projects/status/1iditbggou59at6q/branch/main?svg=true)](https://ci.appveyor.com/project/krischer/pyasdf/branch/main) |
13-
[![Coverage Status](https://img.shields.io/coveralls/SeismicData/pyasdf.svg)](https://coveralls.io/r/SeismicData/pyasdf)
14-
9+
![Build Status](https://github.com/SeismicData/pyasdf/actions/workflows/pyasdf.yml/badge.svg)
1510

1611
----
1712

@@ -29,6 +24,11 @@ Landing page for all things **ASDF**: https://seismic-data.org
2924

3025
### Changelog
3126

27+
#### Version 0.8.0 (August 3, 2023)
28+
* Drop support for Python <= 3.8.
29+
* Support for the latest versions of all dependencies including Python 3.11.
30+
* Internal code modernization.
31+
3232
#### Version 0.7.5 (April 16, 2021)
3333
* Fix an issue when appending waveforms of less than one second in length.
3434

‎doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
# General information about the project.
5959
project = "pyasdf"
60-
copyright = "2014-2020, Lion Krischer"
60+
copyright = "2014-2023, Lion Krischer"
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)
Please sign in to comment.