Skip to content

Commit

Permalink
Add python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Feb 14, 2025
1 parent fdebc68 commit f51f6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

services:
postgres:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ maintainers = [
description = 'Credential Digger'
readme = 'README.md'
license = {file = 'LICENSE'}
requires-python = '>= 3.8, < 3.13'
requires-python = '> 3.8, < 3.13'
classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Expand Down

0 comments on commit f51f6ad

Please sign in to comment.