Update main using checkout@v3

This commit is contained in:
2022-05-19 12:53:14 +02:00
parent e0acd6d239
commit 2861e22c57
2 changed files with 5 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ jobs:
python: ["3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
with:

View File

@@ -38,6 +38,8 @@ setuptools.setup(
"Development Status :: 4 - Beta",
"License :: OSI Approved :: " + get_data("license"),
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Natural Language :: English",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Intended Audience :: Science/Research",