Skip to content

Commit

Permalink
CI: support Python3.12 (#668)
Browse files Browse the repository at this point in the history
* CI: support Python3.12

* upgrade pynmea2

* upgrade actions

* Revert "upgrade actions"

This reverts commit 3b2f815.
  • Loading branch information
ptpt authored Feb 25, 2024
1 parent e2db566 commit 68967f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
platform: ["ubuntu-latest", "macos-latest", "windows-latest"]
architecture: ["x64"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ construct>=2.10.0,<3.0.0
exifread==2.3.2
piexif==1.1.3
gpxpy>=1.5.0,<1.6.0
pynmea2==1.12.0
pynmea2>=1.12.0,<2.0.0
requests>=2.20.0,<3.0.0
tqdm>=4.0,<5.0
typing_extensions
Expand Down

0 comments on commit 68967f7

Please sign in to comment.