Skip to content

Commit

Permalink
Merge pull request #73 from bundesAPI/feat-drop36-add310
Browse files Browse the repository at this point in the history
Feat add310 do not pin dependencies to one specific version
  • Loading branch information
LilithWittmann committed Sep 1, 2022
2 parents 70144d4 + fbb84a4 commit 63e748b
Show file tree
Hide file tree
Showing 6 changed files with 707 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
python-version: [3.7.13]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9.13","3.8.13","3.7.13","3.6.12"]
python-version: ["3.9.13","3.8.13","3.7.13","3.6.12","3.10"]
fail-fast: false

steps:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ A python package that gives you easy access to the most valuable datasets of Ger
pip install deutschland
```

### Development
For development poetry version `>=1.2.0` is required.

## Geographic data
Fetch information about streets, house numbers, building outlines, …

Expand Down
Loading

0 comments on commit 63e748b

Please sign in to comment.