Skip to content

Commit

Permalink
Python 3.10 (#170)
Browse files Browse the repository at this point in the history
* changelog & tests

* changelog
  • Loading branch information
antalszava authored and rmoyard committed Jan 31, 2022
1 parent 213d60b commit 71a5d74
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -11,7 +11,7 @@ jobs:

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
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
* Added support for returning job execution times.
[(#160)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/160)

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

### Documentation

### Bug fixes
Expand All @@ -31,7 +34,7 @@

This release contains contributions from (in alphabetical order):

Guillermo Alonso-Linaje, David Ittah, Antal Száva
Guillermo Alonso-Linaje, David Ittah, Romain Moyard, 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 @@ -76,6 +76,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 71a5d74

Please sign in to comment.