Skip to content

Commit 81d9f8c

Browse files
committed
Merge branch 'master' into fix_ipynb_bug_redo
2 parents e7f4d8b + 30a4f2a commit 81d9f8c

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Description
2+
3+
A short description about the changes in this pull request. If the pull request is related to some issue, mention it here.
4+
5+
## Checklist
6+
7+
- [] Tests covering the new functionality have been added
8+
- [] Documentation has been updated OR the changes are too minor to be documented
9+
- [] The Changes are listed in the `CHANGELOG.md` OR the changes are insignificant

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: ["3.7", "3.8", "3.9"]
30+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3131
steps:
3232
- uses: actions/checkout@v2
3333
- uses: ./.github/actions/python-poetry-env

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
### Added
8+
- PR template
9+
- Test against 3.10
710

811
## [0.5.0] - 2021-11-09
912
### Added

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.7",
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
2425
"Topic :: Software Development :: Libraries :: Python Modules",
2526
"Typing :: Typed",
2627
]

0 commit comments

Comments
 (0)