Skip to content

Commit

Permalink
Add Python 3.12 to CI (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Feb 10, 2024
1 parent d25e190 commit f987727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version:
- "3.11"
- "3.12"
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [pytraccar](https://pypi.org/project/pytraccar/)

[![codecov](https://codecov.io/gh/ludeeus/pytraccar/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/pytraccar)
![python version](https://img.shields.io/badge/Python-3.11-blue.svg)
![python version](https://img.shields.io/badge/Python-3.11<-->3.12-blue.svg)
[![PyPI](https://img.shields.io/pypi/v/pytraccar)](https://pypi.org/project/pytraccar)
![Actions](https://github.com/ludeeus/pytraccar/workflows/Actions/badge.svg?branch=main)

Expand Down

0 comments on commit f987727

Please sign in to comment.