Skip to content

Commit

Permalink
Add matrix ci tests for Python versions 3.9-3.11
Browse files Browse the repository at this point in the history
- Update circleci config file to include version parametrisation
- Updated Pipfile.lock to 3.10+ compatible versions
- Remove classifiers for versions < 3.9
- Correct deprecated moto mock call
  • Loading branch information
STMilligan committed May 8, 2024
1 parent e6e2a09 commit 807b82b
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 765 deletions.
7 changes: 2 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[requires]
python_version = "3.9"

[dev-packages]
# Symlink to project root
tentaclio = {editable = true,path = "."}
# Linting
black = "*"
black = "==23.9.1"
isort = "*"
flake8 = "*"
mypy = "*"
Expand All @@ -19,7 +16,7 @@ types-paramiko = "*"
types-pyyaml = "*"
types-requests = "*"
# Testing
moto = "*"
moto = "==5.0.6"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
Expand Down
Loading

0 comments on commit 807b82b

Please sign in to comment.