Skip to content

Commit deb52ad

Browse files
committed
Prepare dev requirements for Python 3.10
1 parent 2de31a1 commit deb52ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ since version 1.3.0.
77

88
## [Unreleased]
99

10+
## Changed
11+
- Upgrade development requirements for Python 3.10.
12+
1013
## [1.3.0] - 2021-12-28
1114

1215
### Added

packages/basemap/requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ astroid >= 2.4, < 3.0; python_version >= "3.5"
1010
pylint >= 1.9, < 2.0; python_version == "2.7"
1111
pylint >= 2.6, < 3.0; python_version >= "3.5"
1212

13-
unittest2
13+
unittest2; python_version >= "3.10"
1414

1515
pytest >= 3.2, < 3.3; python_version == "2.6"
1616
pytest >= 3.2, < 5.0; python_version == "2.7"
1717
pytest >= 2.9, < 3.0; python_version == "3.2"
1818
pytest >= 3.2, < 3.3; python_version == "3.3"
1919
pytest >= 3.2, < 5.0; python_version == "3.4"
20-
pytest >= 3.2, < 6.3; python_version >= "3.5"
20+
pytest >= 3.2, < 6.3; python_version == "3.5"
21+
pytest >= 6.2.5, < 6.3; python_version >= "3.6"
2122

2223
coverage >= 3.7, < 4.0; python_version == "3.2"
2324
pytest-cov >= 2.5, < 2.6; python_version == "2.6"

0 commit comments

Comments
 (0)