Skip to content

Commit 63e748b

Browse files
Merge pull request #73 from bundesAPI/feat-drop36-add310
Feat add310 do not pin dependencies to one specific version
2 parents 70144d4 + fbb84a4 commit 63e748b

6 files changed

Lines changed: 707 additions & 119 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.7]
11+
python-version: [3.7.13]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/runtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.9.13","3.8.13","3.7.13","3.6.12"]
10+
python-version: ["3.9.13","3.8.13","3.7.13","3.6.12","3.10"]
1111
fail-fast: false
1212

1313
steps:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ A python package that gives you easy access to the most valuable datasets of Ger
1313
pip install deutschland
1414
```
1515

16+
### Development
17+
For development poetry version `>=1.2.0` is required.
18+
1619
## Geographic data
1720
Fetch information about streets, house numbers, building outlines, …
1821

0 commit comments

Comments
 (0)