Skip to content

Commit

Permalink
Merge pull request #10 from isakruas/doc/expand-documentation
Browse files Browse the repository at this point in the history
doc/expand-documentation
  • Loading branch information
isakruas authored May 27, 2024
2 parents fa23557 + fe79f21 commit 14520e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Use this section to tell people about which versions of your project are current

| Version | Supported |
| ------- | ------------------ |
| 1.1.0 | :white_check_mark: |
| 1.0.0 | :white_check_mark: |
| 0.0.1 | :x: |
| 0.0.1a0 | :x: |
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
"Intended Audience :: Science/Research",
"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",
Expand All @@ -33,7 +32,7 @@ authors = [
maintainers = [
{name = "Isak Paulo de Andrade Ruas", email = "isakruas@gmail.com"}
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = []
dynamic = ["version"]

Expand Down

0 comments on commit 14520e3

Please sign in to comment.