Skip to content

Commit

Permalink
Merge pull request #11 from blooop/feature/update_from_template
Browse files Browse the repository at this point in the history
Feature/update from template
  • Loading branch information
blooop authored Oct 27, 2024
2 parents 2f4c0aa + 1a58780 commit 3ff7f2e
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 111 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [py309, py310, py311, py312]

environment: [py309, py310, py311, py312, py313]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![GitHub release](https://img.shields.io/github/release/blooop/template_rocker.svg)](https://GitHub.com/blooop/template_rocker/releases/)
[![License](https://img.shields.io/github/license/blooop/template_rocker
)](https://opensource.org/license/mit/)
[![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/downloads/)
[![Python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)](https://www.python.org/downloads/)
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)

## Intro
Expand Down
Loading

0 comments on commit 3ff7f2e

Please sign in to comment.