Skip to content

Commit

Permalink
Add tests for Python 3.11
Browse files Browse the repository at this point in the history
The base image has also been moved to the new cimg repositories which
are direct replacements for circleci.

Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
  • Loading branch information
csmarchbanks committed Dec 22, 2022
1 parent d6e08e3 commit b387d04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python:
type: string
docker:
- image: circleci/python:<< parameters.python >>
- image: cimg/python:<< parameters.python >>
environment:
TOXENV: "py<< parameters.python >>"
steps:
Expand Down Expand Up @@ -80,6 +80,7 @@ workflows:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- test_nooptionals:
matrix:
parameters:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Monitoring",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = coverage-clean,py3.6,py3.7,py3.8,py3.9,py3.10,pypy3.7,py3.9-nooptionals,coverage-report,flake8,isort,mypy
envlist = coverage-clean,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,pypy3.7,py3.9-nooptionals,coverage-report,flake8,isort,mypy

[base]
deps =
Expand Down

0 comments on commit b387d04

Please sign in to comment.