Skip to content

Commit

Permalink
Merge pull request #1548 from willmcgugan/py310update
Browse files Browse the repository at this point in the history
use py310
  • Loading branch information
willmcgugan authored Oct 6, 2021
2 parents 473eac5 + b5fc0f8 commit 0c0a1ff
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 283 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash
Expand All @@ -20,9 +20,9 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.6
uses: snok/install-poetry@v1
with:
version: 1.1.8
version: 1.1.11
virtualenvs-in-project: true
- name: Install dependencies
run: poetry install
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
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).


## [10.12.0] - 2021-10-06

### Updated

- Officual Py3.10 release

## [10.11.0] - 2021-09-24

### Added
Expand Down
Loading

0 comments on commit 0c0a1ff

Please sign in to comment.