Skip to content

Commit

Permalink
feat(dependencies): add python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Feb 18, 2023
1 parent 65a3ce4 commit e6fcd6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]

steps:
- name: Setup docker
Expand Down Expand Up @@ -471,4 +471,4 @@ jobs:
allow_ff: true
user_name: github-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries :: Python Modules'
],
keywords='docker docker-compose development environment devops templates jsonnet jinja watch',
Expand Down

0 comments on commit e6fcd6a

Please sign in to comment.