Skip to content
Snippets Groups Projects
Commit 90ebd8c5 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Add support for python 3.11

parent cc69455c
No related branches found
No related tags found
1 merge request!20Update version number to be consistent across application
Pipeline #3474 passed with stage
in 3 minutes and 26 seconds
......@@ -46,3 +46,11 @@ python3.10:
stage: test
script:
- python -m unittest
python3.11:
image: python:3.11
tags:
- passoft
stage: test
script:
- python -m unittest
......@@ -22,6 +22,7 @@ setup(
'Natural Language :: English',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
description="View mseed headers",
entry_points={
......
[tox]
envlist = py39, py310, flake8
envlist = py39, py310, py311, flake8
[testenv:flake8]
basepython = python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment