Skip to content

Commit

Permalink
Add testing for Python 3.13 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Dec 10, 2024
1 parent 3f59c21 commit cc145fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ body:
attributes:
label: Python version
options:
- 3.8
- 3.9
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- type: textarea
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- version: "3.10"
- version: "3.11"
- version: "3.12"
prereleases: true
- version: "3.13"
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AwesomeVersion

[![codecov](https://codecov.io/gh/ludeeus/awesomeversion/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/awesomeversion)
![python version](https://img.shields.io/badge/Python-3.8=><=3.12-blue.svg)
![python version](https://img.shields.io/badge/Python-3.8=><=3.13-blue.svg)
![dependencies](https://img.shields.io/badge/Dependencies-0-blue.svg)
[![PyPI](https://img.shields.io/pypi/v/awesomeversion)](https://pypi.org/project/awesomeversion)
![Actions](https://github.com/ludeeus/awesomeversion/workflows/Actions/badge.svg?branch=main)
Expand Down

0 comments on commit cc145fa

Please sign in to comment.