Skip to content

Commit

Permalink
Merge pull request #21 from KNMI/add-py313
Browse files Browse the repository at this point in the history
Add Python 3.13 to testing
  • Loading branch information
lukas-phaf authored Jan 21, 2025
2 parents 65ab263 + e4dd210 commit 84d6c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- KDP-1528
tags:
- '*'
pull_request:
Expand All @@ -16,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: GIS",
"Typing :: Typed",
]
Expand Down

0 comments on commit 84d6c16

Please sign in to comment.