Skip to content

Commit

Permalink
Test python 3.11 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasah authored Oct 31, 2022
1 parent 95da85e commit 052d271
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
- name: py310
python: "3.10"
tox: py310
- name: py311
python: "3.11"
tox: py311

steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
- uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python }}"
- name: "Install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion examples/hdawg_awg.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupyter:
format_version: '1.3'
jupytext_version: 1.14.1
kernelspec:
display_name: Python 3.10.6 64-bit ('toolkit')
display_name: Python 3 (ipykernel)
language: python
name: python3
---
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Scientific/Engineering
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, lint, typing
envlist = py37, py38, py39, py310, py311, lint, typing
skip_missing_interpreters = true
skipsdist = true
# pyproject.toml: To use a PEP 517 build-backend you are required to configure tox to use an isolated_build
Expand All @@ -13,7 +13,7 @@ allowlist_externals =
flake8
scripts/zhinst_toolkit_symlink.py
deps =
py{37,38,39,310}: -rrequirements.txt
py{37,38,39,310,311}: -rrequirements.txt
pytest-cov
commands =
{envpython} -m pip install .
Expand Down

0 comments on commit 052d271

Please sign in to comment.