Skip to content

Commit 3e7444b

Browse files
🐍 Support Python 3.11 (#116)
1 parent 83d0d44 commit 3e7444b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ ubuntu-latest, macos-latest, windows-latest ]
25-
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
25+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
2626
include:
2727
- os: ubuntu-latest
2828
pip-cache: ~/.cache/pip

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "amortization"
3-
version = "2.1.1"
3+
version = "2.2.0"
44
repository = "https://github.com/roniemartinez/amortization"
55
description = "Python library for calculating amortizations and generating amortization schedules"
66
authors = ["Ronie Martinez <ronmarti18@gmail.com>"]
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.8",
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
2324
"Programming Language :: Python :: Implementation :: CPython",
2425
]
2526

0 commit comments

Comments
 (0)