Skip to content

Commit

Permalink
Merge pull request #35 from callumrollo/patch-2
Browse files Browse the repository at this point in the history
to python 3.12 and bump version number
  • Loading branch information
callumrollo authored Jan 29, 2024
2 parents 08ac60e + 6ef185f commit 25a8f9e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.9", "3.10", "3.12"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false

Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ repos:
- --ignore-words-list=buda

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.13.0"
rev: "1.7.0"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]

- repo: https://github.com/aio-libs/sort-all
rev: "v1.2.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)]()
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)]()
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)]()
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)]()

[![Downloads](https://pepy.tech/badge/cmcrameri)](https://pepy.tech/project/cmcrameri) (PyPI)

Expand Down
2 changes: 1 addition & 1 deletion cmcrameri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

__authors__ = ["Callum Rollo <[email protected]>"]

__version__ = "1.7"
__version__ = "1.8"

__scm_version__ = "8.0"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = [
"version",
Expand Down

0 comments on commit 25a8f9e

Please sign in to comment.