Skip to content

Commit

Permalink
Drop support for 3.8 and include 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkarls committed May 17, 2024
1 parent 2a3032e commit cf34959
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# History of changes for sondera

## Version 0.0.4 (2022-xx-xx)
## Version 0.0.5 (2024-05-xx)

* Include support for Python 3.12, drop support for Python 3.8.


## Version 0.0.4 (2022-10-26)

* Add SMHI Strång API for point data
* Basic functionality of SGU groundwater level API
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ project_urls =
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Operating System :: OS Independent

[options]
python_requires = >= 3.8
python_requires = >= 3.9
package_dir=
=src
packages = find:
Expand All @@ -39,7 +39,7 @@ test =
pytest

[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion src/sondera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Reinert Huseby Karlsen"""
__email__ = ''
__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit cf34959

Please sign in to comment.