Commit 08ea7c6f authored by Asitha Senanayake's avatar Asitha Senanayake
Browse files

Upgrage to Pandas 2.1+ and drop support for Python 3.8

parent ed182877
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ Changelog

0.6.0 (Pending)
--------------
- Remove support for Python 3.8 and require Pandas 2.1+
- Report exceptions in the error log using the description 'Validation Process
  Error'

+116 −159

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ repository = "https://gitlab.com/ags-data-format-wg/ags-python-library"
include = ["COPYING.LESSER"]

[tool.poetry.dependencies]
python = "^3.8"
pandas = "^2.0"
python = "^3.9"
pandas = "^2.1"
openpyxl = "^3.0"
defusedxml = ">=0.6, <0.8"
click = ">=7.0, <9.0"