Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit cd075d2

Browse files
authored
chore: Add support for python 3.11 and 3.12 (#209)
- drop support for python versions older than 3.11
1 parent e297fa9 commit cd075d2

11 files changed

Lines changed: 214 additions & 278 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ Change Log
1414
Unreleased
1515
~~~~~~~~~~
1616

17-
*
17+
[0.1.0] - 2025-04-30
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
Added
21+
_____
22+
23+
* Added support for Python 3.11 and 3.12
24+
* Dropped support for Python versions older than 3.11
1825

19-
[0.1.0] - 2020-01-14
26+
[0.0.1] - 2020-01-14
2027
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2128

2229
Added

requirements/base.txt

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
exceptiongroup==1.2.0
7+
iniconfig==2.1.0
88
# via pytest
9-
iniconfig==2.0.0
10-
# via pytest
11-
numpy==1.24.4
9+
numpy==2.2.5
1210
# via pandas
13-
packaging==23.2
11+
packaging==25.0
1412
# via pytest
15-
pandas==2.0.3
13+
pandas==2.2.3
1614
# via -r requirements/base.in
17-
pluggy==1.4.0
15+
pluggy==1.5.0
1816
# via pytest
19-
pytest==8.0.2
17+
pytest==8.3.5
2018
# via
2119
# -r requirements/base.in
2220
# pytest-json-report
@@ -25,13 +23,11 @@ pytest-json-report==1.5.0
2523
# via -r requirements/base.in
2624
pytest-metadata==3.1.1
2725
# via pytest-json-report
28-
python-dateutil==2.8.2
26+
python-dateutil==2.9.0.post0
2927
# via pandas
30-
pytz==2024.1
28+
pytz==2025.2
3129
# via pandas
32-
six==1.16.0
30+
six==1.17.0
3331
# via python-dateutil
34-
tomli==2.0.1
35-
# via pytest
36-
tzdata==2024.1
32+
tzdata==2025.2
3733
# via pandas

requirements/ci.txt

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
cachetools==5.3.3
7+
cachetools==5.5.2
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
distlib==0.3.8
13+
distlib==0.3.9
1414
# via virtualenv
15-
filelock==3.13.1
15+
filelock==3.18.0
1616
# via
1717
# tox
1818
# virtualenv
19-
packaging==23.2
19+
packaging==25.0
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.2.0
23+
platformdirs==4.3.7
2424
# via
2525
# tox
2626
# virtualenv
27-
pluggy==1.4.0
27+
pluggy==1.5.0
2828
# via tox
29-
pyproject-api==1.6.1
29+
pyproject-api==1.9.0
3030
# via tox
31-
tomli==2.0.1
32-
# via
33-
# pyproject-api
34-
# tox
35-
tox==4.13.0
31+
tox==4.25.0
3632
# via -r requirements/ci.in
37-
virtualenv==20.25.1
33+
virtualenv==20.30.0
3834
# via tox

0 commit comments

Comments
 (0)