Skip to content

Commit

Permalink
Merge pull request #50 from jedymatt/48-add-support-for-python-311
Browse files Browse the repository at this point in the history
Add 3.11 in workflow and setup.cfg
  • Loading branch information
jedymatt committed Mar 12, 2023
2 parents 0352fc0 + f366cc2 commit 3dc493c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -17,6 +17,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Documentation = https://sqlalchemyseed.readthedocs.io/
Source = https://github.com/jedymatt/sqlalchemyseed
Expand Down

0 comments on commit 3dc493c

Please sign in to comment.