Skip to content

Commit

Permalink
Reverting to support for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoermann committed Mar 26, 2024
1 parent 6cc0f30 commit 1c4f3df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
region: AWS_REGION_NAME
build:
executor: python/default
parameters:
version:
type: string
default: 3.10
steps:
- checkout
- python/install-packages:
Expand All @@ -33,15 +29,6 @@ jobs:
args: pytest
pkg-manager: pip
pypi-cache: false
- run:
command: |
tox
name: Test
environment:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY
AWS_SECRET_ACCESS_KEY: $AWS_ACCESS_SECRET
AWS_REGION_NAME: $AWS_REGION_NAME
AWS_DEFAULT_REGION: $AWS_REGION_NAME
- run:
command: |
coverage run -m pytest
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Expand All @@ -25,7 +27,7 @@ project_urls =
Tracker = https://github.com/gdoermann/supersecret/issues

[options]
python_requires = >=3.10
python_requires = >=3.8
packages = find:
include_package_data = true
zip_safe = false
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[tox]
env_list =
py310
py310
py310
py311
py312
Expand Down

0 comments on commit 1c4f3df

Please sign in to comment.