Skip to content

Commit

Permalink
Merge pull request #140 from bundesAPI/feat/add-python-312
Browse files Browse the repository at this point in the history
Feat/add python 312
  • Loading branch information
wirthual authored Mar 6, 2024
2 parents fa80dc3 + 6dd914a commit 612176c
Show file tree
Hide file tree
Showing 5 changed files with 621 additions and 470 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
strategy:
matrix:
os: ["macos-latest", "windows-latest","ubuntu-20.04"]
python-version: ["3.9.13","3.8.10","3.10","3.11"]
python-version: ["3.9.13","3.8.10","3.10","3.11","3.12"]
fail-fast: false

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install deutschland

### Supported Python Versions
```
3.8 - 3.11
3.8 - 3.12
```
Tested on Linux, MacOS and Windows

Expand Down
Loading

0 comments on commit 612176c

Please sign in to comment.