Skip to content

Commit 86c5247

Browse files
committed
Use python 3.11
1 parent 66de8b1 commit 86c5247

File tree

4 files changed

+96
-102
lines changed

4 files changed

+96
-102
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.9", "3.10", "3.11"]
15+
python-version: ["3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

Pipfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ pytest = "*"
1414
mypy = "*"
1515

1616
[requires]
17-
python_version = "3.9"
18-
17+
python_version = "3.11"

Pipfile.lock

Lines changed: 87 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ This repository provides a basic Python project template, ideal for quick setup
1111

1212
## Usage
1313
Use the template and modify the existing structure to suit your project needs.
14+
15+
## Updates
16+
17+
python3.11
18+
- Faster CPython
19+
- Enhanced Error Messages
20+
- Type Hints and Annotations, etc

0 commit comments

Comments
 (0)