Skip to content

Commit 8c7c3e8

Browse files
committed
Make sure the package can be installed with Python 3.12.
1 parent 766d921 commit 8c7c3e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "ecallisto-ng"
3-
version = "1.1.8"
3+
version = "1.1.9"
44
authors = [{name = "Vincenzo Timmel", email = "vincenzo.timmel@fhnw.ch"}]
55
description = "A Python package for the fetching (and some processing and plotting) of eCallisto data based on request and pandas."
66
readme = "README.md"
77

8-
requires-python = ">=3.9,<3.12"
8+
requires-python = ">=3.9,<3.13"
99

1010
classifiers = [
1111
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)