Skip to content

Commit

Permalink
Python 3.10 (#46)
Browse files Browse the repository at this point in the history
* Python 3.10

* changelog
  • Loading branch information
antalszava authored Dec 14, 2021
1 parent e799732 commit 234691a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10']
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release 0.20.0

### Improvements

* Added support for Python 3.10.
[(#46)](https://github.com/PennyLaneAI/pennylane-forest/pull/46)

### Bug fixes

* Parameters are converted to floats, unwrapping interface data types.
Expand All @@ -13,7 +18,7 @@

This release contains contributions from (in alphabetical order):

Christina Lee
Christina Lee, Jay Soni, Antal Száva

---

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Physics",
]
Expand Down

0 comments on commit 234691a

Please sign in to comment.